Skip to content

Instantly share code, notes, and snippets.

@mmmunk
Last active September 17, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmmunk/90a98b7df8b39a3fa655f26da46effa4 to your computer and use it in GitHub Desktop.
Save mmmunk/90a98b7df8b39a3fa655f26da46effa4 to your computer and use it in GitHub Desktop.
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