mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-16 19:42:55 +02:00
test of adding notification via ntfy
All checks were successful
Build And Test / build (push) Successful in 39s
All checks were successful
Build And Test / build (push) Successful in 39s
This commit is contained in:
parent
64007a8e21
commit
50164f64cd
@ -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
|
||||
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user