Created
August 8, 2022 08:14
-
-
Save butsugiri/01fa0f9890c7c542fb3724e5aad489f1 to your computer and use it in GitHub Desktop.
This file contains 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 --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