For those of you who need to “resume” SCP file transfers that have been interrupted, there’s an easy way to resume them using rsync command.
Use this:
alias scpresume="rsync --partial --progress --rsh=ssh"
For Ubuntu or Debian add sudo:
alias scpresume="sudo rsy ...
It’s been months since I dumped Microsoft Outlook for GoogleDocs and I have to say, it’s rather nice to have all your important data online, retrievable by any computer with internet access rather than having to carry or send/receive any data.
Getting back to the poi ...
Okay, I’ve been running dedicated servers for couple years now and I used to mess around with Linux boxes back in college.
Here’s an essential automatic script and a cron job you will need in order to keep your backup automatic.
Yes, if you get a dedicated server, don ...