Tagged Questions
0
votes
3answers
187 views
Getting rysnc and scp to work well on Mac OSX
I am seeking to back up an encrypted volume used by Virtual Box on one OS X machine to another using rsync (I will eventually stick this into cron).
This is the command line (I am sharing public keys ...
0
votes
2answers
407 views
How to move files from my web server to my (local) dev machine?
I am running a headless Linux Ubuntu 10.0.4 on my server. I only allow access to the server using ssh (and scp).
I have a dev machine situated at home (behind a firewall) and I am able to copy files ...
5
votes
3answers
2k views
Linux: Alternative to rsync? (ie, scp with resume)
I've been using rsync to automatically send files from one box to another, which is great compared to scp, since it supports resuming. However, when resuming a very large file (>10gb) rsync has to ...