2008
Xen Backup Image — Rogerio Ferreira
by camel (via)# Performing remote backups of VMs created with xen-create-image tool (xen-tools). # Use rdiff-backup as backend.
Xen Backup Script - Wiki
by camel (via)If you're using LVM based storage for your domains this script will create a snapshot and backup each server to a local drive or a remote system using rdiff-backup.
2007
Backup Ubuntu using rdiff-backup -- Ubuntu Geek
by camelrdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, modification times, extended attributes, acls, and resource forks. Also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. Finally, rdiff-backup is easy to use and settings have sensical defaults.
2006
2005
Linox.BE » Blog Archive » Backup remote server with rsync
by camel
Backup a data server from a backup server using rsync. Automate the backup to have a daily backup and purge the number of backups. Oh yes, this is “How I did it” on a Debian data server
1
(7 marks)