Почему в строке /XF появляется ошибка «Неверный параметр»?

ERROR : Invalid Job File, Line #4 :"/XF *.avi *.mov *.mp4 *.mv4 *.ai"

У меня нет случайных персонажей на линии. Должно быть что-то тупое ....

H: общий файловый ресурс Windows Server 2012, P: внешний USB-накопитель, ОС Windows 7

Команды в порядке без строки /XF.

/SD:H:
/DD:P:\H

/XF *.avi *.mov *.mp4 *.mv4 *.ai 

/E  :: copy subdirectories, including Empty ones.
/PURGE  :: delete dest files/dirs that no longer exist in source.

/XO ::Excludes Older files. - keeps files newer on the destination

/V  ::Produces verbose output (including skipped files).
::/L    ::Lists files without copying, deleting, or applying a time stamp to any files.

/LOG+:roboSlowH.log ::Redirects output to the specified file, overwriting the file if it already exists (LOG+ appends)
::/FP   :: include Full Pathname of files in the output.
/NDL    ::Turns off logging of directory names. Full file pathnames (as opposed to simple file names) will be shown if /NDL is used.
/NP     ::Turns off copy progress indicator (% copied).


/R:0    ::Specifies the number of retries on failed copies. (The default is 1 million.)
/W:0    ::Specifies the wait time between retries. (The default is 30 seconds.)

/IPG:90 : Inter-Packet Gap (ms), to free bandwidth on slow lines

1 ответ1

0

Это потому, что вы неправильно отредактировали файл задания для этой опции.

Правильный / официальный способ создания файла задания - выложить команду Robocopy, а затем добавить /save:JobFileName до конца. Это сохранит его в соответствующий файл задания RCJ.

После этого и просмотра полученного файла в текстовом редакторе становится ясно, что каждое имя файла должно быть в отдельной строке:

::
:: Exclude These Files :
::
        /XF             :: eXclude Files matching these names
                *.exe
                *.img

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .