Skip to content

Instantly share code, notes, and snippets.

@robkorv
Last active July 30, 2020 11:57
Show Gist options
  • Select an option

  • Save robkorv/3c4faaa4db16eb061990a6126eb94d53 to your computer and use it in GitHub Desktop.

Select an option

Save robkorv/3c4faaa4db16eb061990a6126eb94d53 to your computer and use it in GitHub Desktop.
rsync backup files a dir with resume
# -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