Backups gaan met rsync van de 3 laptops naar de grafspee (hardware node) m.b.v. rsync.
Target directory is /var/lib/vz/backup/<sysname>. (/var/lib/vz is mountpoint met 100 GB}
Systemen zijn:
rsync --recursive --exclude='/home/${USER}/.cache' --exclude='/home/${USER}/.config' --exclude='/home/${USER}/.java' /home/${USER} grafspee:/var/lib/vz/backup/bismarck
Rsync is performed with an --exclude-from parameter. The file that holds the exclusions, is centrally managed here : RSYNCEXCLUDELIST