Created
October 7, 2022 11:44
-
-
Save poppingtonic/197124f557c2872c0abac43453790c78 to your computer and use it in GitHub Desktop.
rsync multiple files from a server in parallel, reading from a filelist
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
cat dllist | parallel -j 8 rsync -aHvxz --relative [email protected]:/path/to/files/./{} . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment