/home/
are backed up - no other directories on the cluster file system are backed up!
All users’ /home/
directories are backed up regularly. Note that no other directories than /home/
are backed up. The below two types of backups are performed.
/backup/home/$USER/
rsync -avzHAX --delete /home/$USER/
is used to backup. See cat /backup/home/home_backup.log
for the log.