test of adding notification via ntfy
All checks were successful
Build And Test / build (push) Successful in 39s

This commit is contained in:
Tobias Müller 2025-01-18 22:29:39 +01:00
parent 64007a8e21
commit 50164f64cd
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ The following environment variables can be configured to customize the behavior
| PBS_API_KEY_SECRET or PBS_PASSWORD | none | string | password or secret |
| TZ | none | IANA's time zone database long | Timezone to use for tuimestamps in backup |
| UNENCRYPTED | 0 | boolean | disables encryption if set to 1 |
| CHANGE_DETECT_MODE | metadata | metadata, data, legacy | Let you choose the desired mode for detecting file changes between backups |
## FAQ

View File

@ -32,7 +32,7 @@ fi
CRONLOG_FILE="/root/.config/proxmox-backup/cron.log"
CRON_FILE="/etc/cron.d/cron-backup"
CRON_LINE="${CRON_SCHEDULE} root bash -c '/etc/s6-overlay/s6-rc.d/backup/run_include' >> $CRONLOG_FILE 2>&1 "
CRON_LINE="${CRON_SCHEDULE} root bash -c '/etc/s6-overlay/s6-rc.d/backup/run_include' >> $CRONLOG_FILE || curl -d \"Archsync failed\" ntfy-server/pbs 2>&1"
TIMEOUT=60
touch "${CRONLOG_FILE}"