diff --git a/data/borgmatic.d/config.yaml b/data/borgmatic.d/config.yaml index 6ec9e69..eacc59b 100644 --- a/data/borgmatic.d/config.yaml +++ b/data/borgmatic.d/config.yaml @@ -5,7 +5,7 @@ repositories: one_file_system: true # Passphase is set in varibable $BORG_PASSPHRASE -# encryption_passphrase: "DonNotMissToChangeYourPassphrase" +# encryption_passphrase: "DoNotForgetToChangeYourPassphrase" compression: lz4 archive_name_format: 'backup-{now}' diff --git a/root/etc/s6-overlay/s6-rc.d/svc-cron/run b/root/etc/s6-overlay/s6-rc.d/svc-cron/run index 4991805..e44725f 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-cron/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-cron/run @@ -81,7 +81,7 @@ if [ "${DEBUG_SECRETS}" = "true" ] || [ "${DEBUG_SECRETS}" = "1" ]; then fi # Disable cron if it's set to disabled. -if [[ "$CRON" =~ ^(false|disabled|off)$ ]]; then +if [[ "$CRON" = "false" ]]; then echo "Disabling cron, removing configuration" # crontab -r # quite destructive # echo -n > /etc/crontabs/root # Empty config, doesn't look as nice with "crontab -l"