Overview of Backups

see Overview Cloud/Backup Storage Prices

nameservicebackup methodstatusletzter check
brutusfile system (zfs)zxferY2020-08-05
puckfile systemzxferN
beastiefile systemzxfer?
crisphome dirrsync(./)2020-10-21
crispmysqlsh scriptb + rsync(./)2020-10-21
theseusrsyncrsyncN
cleopatrahome dir (rsync)rsync(./)
caesarfile system (zfs)N
caesargitolite

brutus

  • Backup is done via scripts in my home dir, called backupXY.sh where XY in 01-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

backups

  • backup01: 2020-08-05