This is an old revision of the document!


Backup Scripts

Full system rsync

This script will perform a full system backup with rsync, leaving out /dev and /tmp and what not.

Full system rsync

Encrypted full system rsync

This script will perform a full system backup with rsync through a reverse encfs. Filenames unfortunately cannot be encrypted.

Full system rsync

MySQL backup to disk

This script wraps mysqldump to efficiently back up and compress multiple databases to flat files.

MySQL backup to disk