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.)
cmdlinein GUI
noexist_onlyDiff (No Overwrite)
diffDiff (Size/date)
updateDiff (update)
force_copyCopy (Overwrite)
syncSync (Size/date)
moveMove (Overwrite)
deleteDelete
/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

快速拷贝硬盘,尤其适合大量数据拷贝,速度快,!功能全,能满足各种不同的需求! 功能说明: FastCopyWindows 平台上最快的文件复制、删除软件。 【汉化说明】 为界面美观,汉化时部分控件做了一些调整,但最终版权归软件原作者所有。 【更新说明】 V1.99 r2 1.新增“日志文件”选项(/filelog)。 2.移动模式中启动过滤器。 3.程序启动速度提升。 V1.98 1.添加“扩展过滤器”(文件大小/时间戳)。(“设置”-->“显示扩展过滤器”) 2.修正软件主界面美观时某个控件显示不正常问题,感谢网友提供相关信息。 V1.97 1.修正有时后处理操作无法播放提示音的问题。 V1.96 1.如果/linkdest选项被启用,则更改“覆盖写入目标”模式为“删除并重新创建目标”模式。 2.新增“重新创建”选项:不管是否启用/linkdest选项,都更改“覆盖写入目标”模式为“删除并重新创建目标”模式。 V1.95 1.新增复制hardlink选项(/linkdest)。 2.更改后处理提示对话框为前置显示。 3.修正终止操作时错误释放内存的问题。 4.修正有时ACL/Stream复制失败的问题。 V1.94 1.修正帮助文件无法打开的错误。 V1.93 1.新增“后处理”菜单(关机等)。 2.新增“打开日志”菜单。 3.新增添加源文件选项(由文本文件指定源文件路径)。 4.修正“任务管理”中保存“删除”模式为“移动”模式的错误。 5.修正安装选项(创建快捷方式)无法工作在非英文操作系统下的错误。 V1.92 1.添加“系统托盘中运行”选项。 2.修正当发生错误时,存留未完成文件的问题。 V1.91 1.修正“覆盖删除”失败问题。 2.修正极少数情况无法完成“校验移动”问题。 3.修正在文件夹选择框中无法显示网络驱动器的问题。 V1.90 1.加快校验速度; 2.校验默认模式由SHA-1改为MD5。(如果你想使用SHA-1,可以修改fastcopy.ini文件在[main]条目下添加 Using_MD5=0); 3.新增“记录窗口大小”和“记录窗口位置”菜单; 4.新增“源目录和目标目录对换”菜单。 V1.84 1.修正通配符过滤器一些问题。 V1.83 1.新增“读取时使用系统缓存”选项。 V1.81 1.修正以校验模式进行的移动操作存在的问题。(如果校验发生错误,有时进程无法完成。) V1.80 1.停止发生错误时,不显示确认框。(命令行:/no_confirm_stop) V1.72 b2 1.添加“移动(大小与时间不同的文件)”选项; 2.添加“连续移动”选项; 3.自动减小最大输入/输出大小(仅作用于无错误系统资源下)。 V1.72 b1 1.添加 SHA1“校验”选项; 2.外壳扩展中添加“粘贴”菜单项。 V1.71 1.原版修复了2000/98/Me下外壳扩展无效的问题; 2.修正外壳扩展汉化美观问题,感谢fan_chenwen网友提供相关信息。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值