Last active
February 13, 2019 06:55
-
-
Save gregjhogan/bb5947766b2d7f0644f67a3f77a66c4c to your computer and use it in GitHub Desktop.
rsync directory mirror copy
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
| 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