Linux Format

Backups in depth

Hardcore terminal users may prefer to back up using the command line tool Rsync. This can be automated via cron (see p54) jobs (or systemd timers), and encryption can be added into the mix. Rsync is an efficient protocol (so only changed chunks within files get updated) and all it needs to work remotely is an SSH connection. It’s a tad complex for the novice user, but do check out the manual page if you’re interested.

MAKE USE OF ALL YOUR OPTIONS “Modern filesystems such as ZFS and Btrfs provide features that can assist or augment your backing-up schemes.”

A common gotcha is that it’s easy to get one’s slashes wrong when passing, which during backup will be inconvenient and during recovery could turn one problem into two. Enter the popular command line tool , which uses the library (but has a much nicer syntax) and can connect to all kinds of third-party storage (including Amazon S3, Dropbox, Google Drive, Microsoft OneDrive) as well as sending your backups over SSH or locally.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format5 min read
Tips For Managing Docker Containers
Everyone knows how containers revolutionised application building and deployment. Using a E disposable stack of containers that make up an app that aren’t using the docker-compose command to manage the stack are missing a trick. It allows the shippin
Linux Format1 min read
Installation Complications
The Linux Mint system package for Timewarrior was out of date, so we installed the latest version from Snap. The Hamster package in the distribution repository was the latest stable release (which is quite old), but we could also have installed via F
Linux Format3 min read
Drauger OS 7.6
We love the idea of a gaming-specific version of Linux, but Drauger fails to deliver. Given the setup/kernel issues, you’re far better off installing Ubuntu, then adding gamingspecific packages yourself. CPU: 1.8GHz (2GHz suggested) Mem: 1GB (6GB sug

Related Books & Audiobooks