petdance / altbox

Website for altbox.dev, the alternative toolbox for developers
https://altbox.dev/
47 stars 1 forks source link

Look at rclone #67

Open petdance opened 4 years ago

petdance commented 4 years ago

https://rclone.org/

petdance commented 4 years ago

rclone --transfers 10 sync localdir otherhost:/remotedir -P essentially fires up 10 scp instances to sync localdir to remotedir.

you can also use it to do a ton of other things with other services but i usually just use it w/ ssh as a means to maximize transfer speed