Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active February 13, 2019 06:55
Show Gist options
  • Select an option

  • Save gregjhogan/bb5947766b2d7f0644f67a3f77a66c4c to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/bb5947766b2d7f0644f67a3f77a66c4c to your computer and use it in GitHub Desktop.
rsync directory mirror copy
rsync -aHAXz --checksum --partial --delete --progress /<path>/<to>/<dir> <target-server>:/<path>/<to>/<dir>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment