Verify filetree via rync
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