(revision 4)
Backups for small client servers. Rsync to a second machine plus a weekly tar to tape or DVD.
#!/bin/sh # nightly rsync of /etc /home /var/www /var/lib/mysql-dumps DEST=backup@backup.example.net:/…