资 源 简 介
xrobocopy is a file-managing tool that fully mirrors a file-tree from a source-path to a destiny-path like the famous robocopy does.
Current version mirrors files on checksum-comparison basis. If destiny checksum differs from source, then the copy is done (replacing destiny).
All files present in source are mirrored (copied) to destiny. Extra files and directories in destiny (not present in source) are deleted.
Further capabilities will be added to this tool progressively in future versions.
Usage*:
java -jar xrobocopy-0.5.jar source-path destiny-path (-checksum=md5|sha1) (-simulate) (-verbose) (-help)
source-path -> source file or directory to copy from
destinty-path -> destiny file or directory to mirror to
(-checksum=md5|sha1) -> optional for choosing the checksum type for files comparison (default is md5)
(-simulate) -> optional for simulating the