Skip to content

Instantly share code, notes, and snippets.

@poppingtonic
Created October 7, 2022 11:44
Show Gist options
  • Select an option

  • Save poppingtonic/197124f557c2872c0abac43453790c78 to your computer and use it in GitHub Desktop.

Select an option

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