Last active
July 30, 2020 11:57
-
-
Save robkorv/3c4faaa4db16eb061990a6126eb94d53 to your computer and use it in GitHub Desktop.
rsync backup files a dir with resume
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
| # -v, --verbose increase verbosity | |
| # -r, --recursive recurse into directories | |
| # -t, --times preserve modification times | |
| # -h, --human-readable output numbers in a human-readable format | |
| # -P same as --partial --progress | |
| rsync -vrthP SRC DEST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment