FastCopy

買不起備份軟體的好幫手...

1.可以比對檔案是否更改過,避免備份重覆資料

2.可以複製Windows ACL權限,避免全線重新設定

 


 

官網:http://ipmsg.org/tools/fastcopy.html.en

下載點:http://www.azofreeware.com/2012/06/fastcopy-211.html

中文下載版:http://por.tw/f2blog/rewrite.php/read-582.html



引用文章:http://jojochen.blog.ithome.com.tw/post/2529/38855

某天主管交辦一項工作任務,讓大陸與台灣之間的NAS定時將特定資料夾互相複製達到雙方資料分享,且複製的資料不留在原來的NAS上。上網搜尋相關軟體無法符合需求,只好自己撰寫Script。還好有Fastcopy與TeraCopy有支援Command line語法,尤其是move功能。但兩者軟體功能比較後,以FastCopy符合目前工作所需。因為它提供了log功能與眾多指令。現介紹FastCopy Command Line簡單語法實作此工作任務。

FastCopy Command Line語法:

NET USE Z: \\NasNameA\ShareFolderA\SubFolder
fastcopy.exe /cmd=move /auto_close /estimate  /logfile="D:\Log\SubFolder.txt" "\\NasNameB\ShareFolderA\SubFolder\*.*" /to="Z:\"
NET USE z: /delete
EXIT

以上存成bat檔後,再以Windows內附的排程工具設定定時執行即可。其log產生結果如下:

-------------------------------------------------
FastCopy(ver1.99r4) start at 2009/09/18 12:01:37

<Source>  \\NasNameA\ShareFolderA\SubFolder\*.*
<DestDir> Z:\
<Command> Move (Overwrite all)

 No Errors

TotalRead = 1082.1 MB
TotalWrite = 1082.1 MB
TotalFiles = 2 (0)
TotalDel  = 1082.1 MB
DelFiles  = 2 (0)
TotalTime= 5941.11 sec
TransRate= 0.18 MB/s
FileRate  = 0.00 files/s

Result : (ErrFiles : 0 / ErrDirs : 0)

-------------------------------------------------

因指令繁多, 對FastCopy有興趣者,網站http://www.ipmsg.org/tools/fastcopy.html.en下載FastCopy199r4.zip版本,解壓縮後,設定環璄變數。指令內容可參考解壓縮後的FastCopy.chm說明檔。

對TeraCopy有興趣者,網站http://www.codesector.com/download.php下載TeraCopy Portale2.0,解壓縮後,設定環璄變數。指令內容可參考解壓縮後的Whatsnew.txt有關Command line說明語法與範例.


 


引用文章:http://jamesfisher.blog.ithome.com.tw/post/3716/158890

fastcopy  (支援UNC)

D:\fastcopy\fastcopy.exe /cmd=sync /auto_close /estimate /logfile="D:\fastcopy\log\nas.txt" "D:\Backup\" /to="T:\backup\"

arrow
arrow
    全站熱搜

    Nathan 發表在 痞客邦 留言(0) 人氣()