Tag: rsync

  • Rsnapshot – ERROR: /usr/bin/rsync returned 127 while processing

    Just a quick note for what is really a simple fix. I have been using rsnapshot to back up several machines lately. If you haven’t taken a look at rsnapshot on linux for managing snapshot backups (where only the changes get backed up after the initial run….) it’s definitely worth a look.

    Anyway, I had recently added a new system to be backed up and was seeing the following error from my Rsnapshot log…. ERROR: /usr/bin/rsync returned 127 while processing hostname….

    (more…)

  • Rsync for easy (and quick) backups

    I’ve got to say, I haven’t spent ENOUGH time with rsync to really be fluent in how I could put it to use…. A week or so ago I was reading this list of essential Linux software by a guy that moved from Mac OS X to linux because he detested the DRM that was being shoved down his throat. Anyway, one of his essentials was rsync for backups. Which got me thinking. Why didn’t I use rsync for backups. At one point in time I used unison, but for some reason had stopped and was in need of reorganizing my home backup strategy anyway. I found a few interesting approaches.

    (more…)

  • Internet based filesystem with no transfer fees

    I thought this was a great idea…. rsync.net Okay for 2$ per GB of storage per month (or $24 per year for 1GB of storage) you can have your very own secure online storage drive. For you windows users think of a G: drive or a Z: drive that you could SECURELY connect to from a home machine and a work machine…. If you’re concerned about a catastrophic failure of one of their datacenters, then pay $3.50/GB/month for a more geographically dispersed plan (uses redundant data centers..) The best parts (I think) are this…. ssh encrypted connection to your drive and no transfer fees.

    (more…)