Last active
September 17, 2020 12:21
-
-
Save mmmunk/90a98b7df8b39a3fa655f26da46effa4 to your computer and use it in GitHub Desktop.
Verify filetree via rync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create/update the copy: | |
rsync -avi --delete A/ B/ | |
Verify: | |
rsync --dry-run --recursive --checksum --times --delete --itemize-changes --verbose --stats A/ B/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment