Skip to content

Instantly share code, notes, and snippets.

@butsugiri
Created August 8, 2022 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save butsugiri/01fa0f9890c7c542fb3724e5aad489f1 to your computer and use it in GitHub Desktop.
Save butsugiri/01fa0f9890c7c542fb3724e5aad489f1 to your computer and use it in GitHub Desktop.
rsync --bwlimit=10000 --human-readable --progress --stats -a -v -n --copy-links --include="*/" --include="file_to_include" --exclude="*" server:/source .
rsync --human-readable --bwlimit=10000 --progress --stats -a -v -r -n source server:/target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment