Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created December 23, 2015 00:20
Show Gist options
  • Save arthurpizza/e3e23865788cdb3fd641 to your computer and use it in GitHub Desktop.
Save arthurpizza/e3e23865788cdb3fd641 to your computer and use it in GitHub Desktop.
RSYNC Cheat sheet

RSYNC Cheat Sheet

rsync -rtvu --delete source_folder/ destination_folder/

This will delete any files that are missing from the source that may be on the destination. This will also not rewrite identical files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment