-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
These configuration options are deprecated and are showing as warning when running the docker container:
before_backup:
- echo "Starting a backup job."
after_backup:
- echo "Backup created."
- apprise -vv -t "✅ SUCCESS" -b "$(cat /tmp/backup_run.log)" "mailtos://smtp.example.com:587?user=server@example.com&pass=YourSecurePassword&from=server@example.com&to=receiver@example.com"
on_error:
- echo "Error while creating a backup."
- apprise -vv -t "❌ FAILED" -b "$(cat /tmp/backup_run.log)" "mailtos://smtp.example.com:587?user=server@example.com&pass=YourSecurePassword&from=server@example.com&to=receiver@example.com"
I'm not sure if there are other outdated config options in the readme.
But I definitely had some trouble to get it working in general with the readme instructions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels