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
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.
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.