http://qs1969.pair.com?node_id=1176211

I was recently in a position where I needed a backup solution that was flexible enough to handle my laptop as well as my home server. I back up to a couple of older USB drives; A 1.5T for my laptop, and a 750G for my home server. The plethora of options out there is daunting, and the most obvious like rsync (which I really like and use often) are very nice. But I wanted something that I could set up quickly and would meet a couple of other needs easily.

What I found was a Perl application called storeBackup. It has been around for a while, claims to be production ready/stable, and it seems to me as if it is.

I did a non-exhaustive search here on perlmonks and did not find a reference to this handy tool, so thought I would mention it here in meditations....as I was sitting here meditating about it. The darn thing works really well! It does exactly what I want it to do in that it meets all the requirements listed above, and has the added benefit that it is written in Perl.

For anyone looking for a very sweet backup solution that is simple to set up, is tolerant of a dynamic environment, and provides efficient, accessible, and easily recoverable backup data, I would certainly recommend looking at this solution. From my perspective, it just plain rocks!

...the majority is always wrong, and always the last to know about it...

A solution is nothing more than a clearly stated problem...

  • Comment on storeBackup - A Gem of a Backup Solution

Replies are listed 'Best First'.
Re: storeBackup - A Gem of a Backup Solution
by kevbot (Vicar) on Nov 28, 2016 at 06:11 UTC
    Hi wjw,

    Thanks for the link to storeBackup (I had never heard of it).

    I use BackupPC. I run BackupPC on a linux box on my network, and backup my Mac laptop with it. It has some of the features you mention, and it also happens to be implemented in Perl. Basically, it is a wrapper around ssh and rsync, with a web interface for configuration.