详细参考:http://ipmsg.org/tools/fastcopy.html.en
http://300second.blog.51cto.com/7582/1004534
命令行示例: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 )

Windows下同步工具FastCopy相关推荐

  1. Windows下实用工具汇总(更新……)

    Windows下实用工具软件 文章目录 Windows下实用工具软件 一.系统工具 PowerToys: 快速启动(搜索工具):Everything, Listary, Wox 文件整理工具:Drop ...

  2. Windows下MetaMap工具安装

    Windows下MetaMap工具安装 一.Main MetaMap安装 Prerequisties 12G磁盘空间 JAVA6 or newer JRE or SDK installed Downl ...

  3. windows文件同步工具

    windows 文件同步工具: realTimesync freefilesyncsecond copy   second copy注册码: Name:爱学府软件园 注册码:15BF-E46C-672 ...

  4. Linux下同步工具inotify+rsync使用详解

    1. rsync 1.1 什么是rsync rsync是一个远程数据同步工具,可通过LAN/WAN快速同步多台主机间的文件.它使用所谓的"Rsync演算法"来使本地和远程两个主机之 ...

  5. windows下的工具链 树莓派_Windows下交叉编译Qt 5.14.2至树莓派平台 QEMU模拟树莓派...

    前些天有几个项目都打算用树莓派+Qt进行开发,可以手头没有树莓派设备,而且由于硬盘空间不太够了,想直接在Windows下开发,于是经过一番折腾,就有了这篇文章.... 如果感觉编译要等很久.很难受,可 ...

  6. windows 下同步时间的几种方法

    windows 立即同步時間 w32tm /resync 3.显示目前服务器指定的外部时间源 w32tm /query /source 2.設置同步服務器來源 w32tm /config /manua ...

  7. windows下同步方案-cwRsync

    1. cwRsync简介 cwRsync是Rsync在Windows上的实现版本,Rsync通过使用特定算法的文件传输技术,可以在网络上传输只修改了的文件. cwRsync主要用于Windows上的远 ...

  8. windows下的工具链 树莓派_7. windows下 influxDB 操作工具 InfluxDBStudio

    Github地址 InfluxDBStudiohttps://github.com/CymaticLabs/InfluxDBStudio 版本发布地址 访问这里,查看相关的版本发布,如下: 可以看到, ...

  9. Windows 下使用 工具修改文件的 时间

    1. 下载工具 https://www.cr173.com/soft/12992.html 2. 使用工具修改即可 3. 忘记了东西处理挺方便的.  尤其是往前改日期的时候. 转载于:https:// ...

  10. windows下kafka工具Kafka-eagle

    Kafka-eagle 下载地址,直接download EFAK 各个系统下的安装方法 需要注意要将mysql的时区设置一下 或者my.ini中设置 [mysqld] default-time_zon ...

最新文章

  1. Python变量作用域问题
  2. 百度翻译API的使用
  3. kali2.0部署docker
  4. bootstrap思考一
  5. 程序员苦逼了6年,选择在街边做鸭......
  6. LeetCode 1868. 两个行程编码数组的积(双指针)
  7. Java BigDecimal valueOf()方法与示例
  8. 富人有面子,穷人没面子的真相
  9. 前端学习 -- Css -- 文本标签
  10. 教你编写高质量的 Java 代码!
  11. Docker Registry 详解
  12. ucwords和ucfirst用法举例!!
  13. tp6配置使用Redis
  14. 在PPT上使用开发工具的不同控件实现单选操作
  15. ‘字符型‘变量和‘字符串型‘变量
  16. 把开发板挂载到Ubuntu
  17. 改善到底多大 FXAA画质游戏实测
  18. 了解光纤宽带与普通宽带ADSL区别、光纤的通信原理
  19. 量子计算(5)基础知识3:量子逻辑门(下)
  20. STM32移植到GD32的问题---20170923

热门文章

  1. 车载电子电器防水防尘等级介绍
  2. FlashFX 设置 定时上传数据到ftp服务器
  3. 广告管理系统-数据库表设计
  4. 道客巴巴 文档免积分保存方法
  5. 中国行政区划shp地图数据-2022最新数据预览图
  6. MySQL for Excel的安装教程
  7. WPF随笔(十)--使用AvalonDock实现可停靠式布局
  8. 最详细移动硬盘安装linux过程,装在移动硬盘上的linux系统不能在另一台电脑启动的解决办法
  9. 阿里云python面试题_一看“左程云:200道算法与数据结构”,二刷“阿里云:70+算法题、30种大厂笔试高频知识点”,3月过去终于挺进我梦中的字节!...
  10. Odin靶机WriteUp