Linux.Ars returns with an exploration of how to performing painless backups using rdiff-backup.
The rdiff-backup program is a command-line utility with a simple syntax, that makes backup copies of one or more directories to a target directory. To that extent, it is just straightforward: type the command, and it does the job. Embed a command within a script for extra facilities, and add the script to the scheduled tasks to run automatic backups. Target directories may be on any writable device, and may be safely copied.
Is it is as easy as it sounds? You'll have to read on to find out.
There's also some data recovery fun using an Ubuntu Live CD, plus all the Linux news we could fit into a single issue.

Link To Original Article