You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already passed some data from server A to server B through the rsync command. Do I have any commands to verify the data from both servers and determine if they are correct?
The text was updated successfully, but these errors were encountered:
Also you could just re-run your rsync command (with -c switch if you want total verification).
Of course if anything is transferred on the 2nd run, you need to do a 3rd, ... n-th run until there is nothing transferred :P
It would actually be good though if rsync added a switch allowing to re-use the checksums it sends for verifying transfers, to also verify the files written.
I have already passed some data from server A to server B through the rsync command. Do I have any commands to verify the data from both servers and determine if they are correct?
The text was updated successfully, but these errors were encountered: