My Perfect Backup Setup
Productivity Sauce
For a long time I relied on an external hard drive and Jungle Disk as my daily backup solution. This wasn't the most advanced backup setup, but it did the trick. Recently, however, I added a new device to my local network: a tiny Linux-based server with the silly name Bubba Two. Initially, I planned to use it for hosting my private wiki and testing LAMPP-based applications. But since Bubba Two can be used as a file, print, and streaming server, it made sense to put its functionality to some practical use, and use the server as a central storage for all my documents and files. There was only one problem with this: because Bubba Two is based on a PowerPC processor and Jungle Disk doesn't offer a version of their backup client software for this architecture, I could no longer use Jungle Disk as a backup solution. No problem; I have always been curious about the rsync.net backup service which boasts professional technical assistance and support for the rsync over ssh backup, and now I had a perfect excuse to test the service. rsync.net is pricey compared to the Jungle Disk/Amazon S3 combo, but so far, I feel my money is well-spent.
So after spending a couple of evenings moving files and fine-tuning my backup scripts, I'd like to share with you my current backup setup. The key component of my solution is the Bubba Two server (1) where I store all my files, documents, downloads, and a few loose music files. The server uses cron to run a simple Bash script that backs up the data to rsync.net (2) using rsync over ssh as described in this post. To be on the safe side, Bubba Two backs up the data to the attached external USB hard disk (3). Finally, I mount Bubba Two's file system on my production laptop (4) using sshfs, so I can work with files and documents as they were on my laptop.
So that's my backup solution. Care to tell me about yours?
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
Bacula
... but as the Atom does lot's of other things I was looking for exactly something like rsync.net. I feel like moron that I haven't found that before. Very interesting post, thank you!
Although Bubba looks cool, I doubt it has advantages compared to self-made distro, when it comes to advanced Linux Joe, of course! anyway that's nice to hear about such cool appliances like Bubba being developed for normal user and being sold in its niche.
backup
/home on one partition and everything else on another partition. Next I'm going to install LVM on my desktop so I can take snapshots of my / fs. After that I'd like to rebuild my server with a raid array so I could start storing backups offsite. One other thing I've been using that is related to backups that I've just started using is rcs(revision control system), I know its old but its scale is perfect for my simple needs and its very simple to learn.
backup
cost nothing.
Another Refugee from JungleDisk Now Based in rsync Land
While rsync does have a slight learning curve, it is great once you are up the curve.
We also chose rsync.net -- simple, fast support, and they also allow for encrypted file storage (as does JungleDisk).
My Backup Solution
re: Power Noise Space ARM9?
http://www.legitreviews.com/article/976/1/
Re: Power Noise Space ARM9?
Power Noise Space ARM9?
I'm really intrigued by the idea of a Linux file server based on ARM-9 that could be up 24x7, consume little power, be relatively quiet, and not hog too much space. It can be headless and keyboardless, but needs to have good network connectivity. I don't have experience with power requirements and MTBF values for SATA drives, laptop drives, or flash memory, but perhaps they could be combined in a way to minimize power draw when not much is happening.
Is there remotely anything out there like that yet?
simple backup strategy...
Do everything on a portable hdd,
Use whatever pc you are connected to for placing a backup on!
Your main, newest work follows you (on the portable hdd)
You end up with as many backups as you have pc's.
Simple. Effective. Secure.
Re: How do you manage multiple production desktops
How do you manage multiple production desktops
Likewise with my Tomboy Notes...still haven't figured out how on earth to sync the two sets.
I'm a recent subscriber to the magazine and I've been very impressed with the magazine and the website. Thank you.