Windows下同步工具FastCopy


命令行示例:fastcopy.exe /cmd=sync /auto_close /acl "D:\web" /to="E:\web_bak"

1. Please use space character(' ') as separator(not semicolon).
If filename contains space character, please enclose with dobule quotation marks.
Ex) fastopy.exe C:\Windows "C:\Program Files" /to="D:\Backup Folder\"

2. If you want to wait to finish, please use start /wait command.
Ex) start /wait fastcopy.exe [/options]...
Supported options are as follows. (Please don't put space characters before and behind "=") 

/cmd=(noexist_only|diff|update|sync|force_copy|move|delete) ... Specify operation mode.
(By default, diff mode is used. If delete mode is specified, then "/to=" option isn't used.)
cmdline in GUI
noexist_only Diff (No Overwrite)
diff Diff (Size/date)
update Diff (update)
force_copy Copy (Overwrite)
sync Sync (Size/date)
move Move (Overwrite)
delete Delete
/auto_close ... Close automatically after execution is finished with no errors. 

/force_close ... Close automatically and forcedly after execution is finished. 

/open_window ... Don't stored in the task tray. 

/estimate ... Estimate complete time. 

/no_exec ... Don't start to execute. 

/no_confirm_del ... Don't confirm before deleting. 

/no_confirm_stop ... Don't Show error dialog, Even if critical errors occurred. 

/error_stop ... Show error dialog (and operation is interrupted), if an error occurred. (to disable, /error_stop=FALSE) 

/bufsize=N(MB) ... Specify the size(MB) of the main buffer for Read/Write opration. 

/log ... Write the operation/errors information to the logfile(fastcopy.log). (to disable, /log=FALSE) 

/logfile=filename ... Specify the filename of logfile. 

/filelog ... Write to the filelog(detail of copy/delete files). It is stored TIMESTAMP.log in FastCopy/Log directory. If using verify mode, write digest data(default:md5) as additional data. (To specify filelogname, /filelog=filename) 

/utf8 ... Write to the logfile using UTF-8 encoding (supports Unicode). 

/skip_empty_dir ... Skip to create empty directories when /include or /exclude option is used. (to disable, /log=FALSE) 

/job=job_name ... Specify the job that is already registered. 

/force_start ... Start at once without waiting for the finish of other FastCopy executing. 

/disk_mode=(auto|same|diff) ... Specify Auto/Same/Diff HDD mode. (default: Auto) 

/speed=(full|autoslow|9-1(90%-10%)|suspend) ... Specify speed control level. 

/srcfile="files.txt" ... Specify source files by textfile. User is able to describe 1 filename per line. (Attention: If a lot of files are specified, it will take many times to display/refresh Source combobox.) 

/srcfile_w="files.txt" ... same as "/srcfile=", except describing by UNICODE. 

/include="..." ... Specify include filter. (details

/exclude="..." ... Specify exclude filter. (details

/from_date="..." ... Specify oldest timestamp filter. (details

/to_date="..." ... Specify newest timestamp filter. (details

/min_size="..." ... Specify minimum size filter. (details

/max_size="..." ... Specify maximum size filter. (details

/wipe_del ... Rename filename and wipe(overwrite Random data) before deleting. 

/acl ... Copy ACL (only NTFS) (to disable, /acl=FALSE) 

/stream ... Copy Alternate Stream (only NTFS) (to disable, /stream=FALSE) 

/reparse ... Copy junction/mountpoint/symlink itself(to disable, /reparse=FALSE) (details

/verify ... Verify written files data by MD5(or SHA-1) (to disable, /verify=FALSE) (details

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章