# Default is to create Relax-and-Recover rescue media as ISO image # set OUTPUT to change that # set BACKUP to activate an automated (backup and) restore of your data # Possible configuration values can be found in /usr/share/rear/conf/default.conf # # This file (local.conf) is intended for manual configuration. For configuration # through packages and other automated means we recommend creating a new # file named site.conf next to this file and to leave the local.conf as it is. # Our packages will never ship with a site.conf. OUTPUT=ISO ISO_MKISOFS_BIN=/usr/bin/ebiso BACKUP=NETFS BACKUP_OPTIONS="nfsvers=3,nolock" # BACKUP_OPTIONS variable contains the NFS mount options BACKUP_URL=nfs://192.168.215.197/REAR_NFS/REAR_NFS_EBG # Keep an older copy of the backup in a HOSTNAME.old directory NETFS_KEEP_OLD_BACKUP_COPY=yes REQUIRED_PROGS=( "${REQUIRED_PROGS[@]}" snapper chattr lsattr ) COPY_AS_IS=( "${COPY_AS_IS[@]}" /usr/lib/snapper/installation-helper /etc/snapper/config-templates/default ) BACKUP_PROG_INCLUDE=( '/boot/efi/*' '/dev*' '/*' '/dev/shm/*' '/run/*' '/sys/fs/cgroup' '/run/user/482/*' '/run/user/0/*' '/run/user/1102/*') BACKUP_PROG_EXCLUDE=('/hana/*') #EXCLUDE_MOUNTPOINTS=('/hana/*')