Author |
Message |
BrianMantler
Joined: 19 Oct 2006 Posts: 1
|
Posted: Thu Oct 19, 2006 6:01 pm Post subject: Command line control of vice versa |
|
|
currently syncronize very large amounts of data from several sights using rsync.
I would like to confirm that data has been synced successfully. IE, file1 at locationA is the same as file1 at locationB.
The amount of data I sync would be too much to run through viceversa every day.
I would like to randomally pick a file out of my directory tree and compare it to the synced version of itself.
Is there a command line control where I can submit two files (or perhaps two lists of files) to copmare and receive the results through a log file or errorlevel?
Thanks. |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Oct 20, 2006 12:56 am Post subject: |
|
|
Yes, ViceVersa can compare two folders with CRC32 using the command line.
You will need to use the /hiddenautocompare flag.
VV will return 0 if the two folders are identical. Or 11 if the two folders are different.
Example:
ViceVersa.exe /source:"c:\test folder1" /target:"d:\test folder2" /comptype:1 /hiddenautocompare
More info in the ViceVersa help file. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|