Overview of Backups
see Overview Cloud/Backup Storage Prices
name | service | backup method | status | letzter check |
---|---|---|---|---|
brutus | file system (zfs) | zxfer | Y | 2020-08-05 |
puck | file system | zxfer | N | |
beastie | file system | zxfer | ? | |
crisp | home dir | rsync | (./) | 2020-10-21 |
crisp | mysql | sh scriptb + rsync | (./) | 2020-10-21 |
theseus | rsync | rsync | N | |
cleopatra | home dir (rsync) | rsync | (./) | |
caesar | file system (zfs) | — | N | |
caesar | gitolite | — |
brutus
- Backup is done via scripts in my home dir, called
backupXY.sh
whereXY
in01
-06
- Process:
- Check if external disk is in machine and mounted, if so
% sudo zpool export $pool
- Insert disk to backup to and mount
% sudo zpool import $pool
- Run backup script
% sudo ~/bin/backupXY.sh
- Export pool, remove disk and transport to remote location
% sudo zpool export $pool
- Occasionally do a scrub
% sudo zpool scrub $pool
- Check if external disk is in machine and mounted, if so
- Process:
backups
- backup01: 2020-08-05