diff --git a/VPS/restic-backup.sh b/VPS/restic-backup.sh index 19b8b1f..dfeb0ac 100755 --- a/VPS/restic-backup.sh +++ b/VPS/restic-backup.sh @@ -7,6 +7,9 @@ backup_origin="/backups/restic" backup_container="central-backup" +mail_sender='"Name"""' +mail_recipients="first@example.com,second@example.com" + if [[ -z "$1" || "$1" != "daily" && "$1" != "weekly" && "$1" != "monthly" ]]; then echo "Usage : backup [daily|weekly|monthly]" exit 1