Backup: S3 is always backuped by `backup.sh`
Problem
The s3_backup_script
macro does not test s3.backup.enabled
except to delete the cronjob (which was created before
Proposal
The s3_backup_script
should enclose its code with test on s3.backup.enabled
.