測試文字功能,小工具,標題

記錄很重要,不然會浪費很多時間在找以前的記憶

一個人的氣度,決定他未來的高度。

2016年9月22日 星期四

Bat FastCopy 使用cmd方式設排程

Bat FastCopy 使用cmd方式設排程

:: 設定 日期 變數
for /f "tokens=1,2,3 delims=/ " %%i in ("%date%") do set CUR-DRB=%%i-%%j-%%k

C:\FastCopy\fastcopy_EN.exe /cmd=move /Force_Close /estimate /logfile="C:\FastCopy\MOVE_VHD.log" "\\192.168.xx.xx\vhd_e\xxx.VHD" /to="D:\Hyper-V\Backup_22_127\Virtual Hard Disks\"

exit


代表FASTCOPY的模式。依FASTCOPY內的說明,模式如下:
cmdlineIn GUI說明(FASTCOPY)
noexist_onlyDiff (No Overwrite)Copy if the same filename does not exist in destination.
複製-如果相同檔名不存在於目的目錄中。
diffDiff (Size/date)Copy if size or date is different, or if it does not exist (in default)
複製-如果檔案大小或日期不同或檔案不存在。(預設選項
updateDiff (update)Copy if source file timestamp is newer or does not exist.
複製-如果來源檔案時間戳記較新或檔案不存在。
force_copyCopy (Overwrite)Always copy/overwrite all.
始終複製/複寫全部。
syncSync (Size/date)Copy if size or date is different, or does not exist. In addition, delete all destination files/directories that do not exist in source.
複製-如果檔案大小或日期不同或檔案不存在。此外,刪除所有不存在於來源目錄的目的檔案/目錄。
moveMove (Overwrite)Always copy/overwrite all and delete all copied source files.
始終複製/覆寫全部並刪除所有已複製的來源檔案。
deleteDeleteDelete all files/dirs by force.
全部刪除。

沒有留言:

張貼留言