# Systemd environment file for backup.sh daily backup service # Place in /etc/backup.env # Destination for rsync file system clone BACKUP_DEST=/media/large1/backups/raw # Destination for restic repository RESTIC_REPOSITORY=/media/large1/backups/restic # Restic password file RESTIC_PASSWORD_FILE=/root/.restic.pass # Exclude file for rsync --exclude-from EXCLUDE_FILE=/etc/backup.exclude # Directories to back up BACKUP_DIRS="/home;/etc"