Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. find /tmp/tempfolder -type f -name 'chunck.*' | sort | parallel --gnu -j 4 -v ssh -i access.pem user@server echo {}; rsync -Havessh -auz -0 --files-from={} ./ user@server:/destination/path
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement