Skip to content

Instantly share code, notes, and snippets.

@poppingtonic
Created October 7, 2022 11:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save poppingtonic/197124f557c2872c0abac43453790c78 to your computer and use it in GitHub Desktop.
rsync multiple files from a server in parallel, reading from a filelist
cat dllist | parallel -j 8 rsync -aHvxz --relative user@host.domain:/path/to/files/./{} .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment