2023-05-26 11:47:40 +00:00
|
|
|
notification:
|
|
|
|
domain: ntfy.jcktrue.dk
|
|
|
|
topic: backup
|
2023-05-31 09:00:20 +00:00
|
|
|
rclone:
|
|
|
|
bwlimit: 6M
|
2023-05-26 11:47:40 +00:00
|
|
|
backup:
|
|
|
|
- title: Example
|
2023-05-26 13:04:15 +00:00
|
|
|
source: test/src
|
2023-05-26 11:47:40 +00:00
|
|
|
destination: test/dest
|
|
|
|
templates:
|
|
|
|
notify: |
|
|
|
|
{{ config.title }}
|
|
|
|
From {{ config.source }} to {{ config.destination }}
|
|
|
|
Backup started: {{ start | date }}
|
|
|
|
Source size: {{ source_size | formatBytes}}
|
|
|
|
Destination before: {{ destination_size_before | formatBytes}}
|
|
|
|
Destination after: {{ destination_size_after | formatBytes}}
|
|
|
|
Destination change : {{ (destination_size_after - destination_size_before) | formatBytes}}
|
|
|
|
Backup completed: {{ end | date }}
|
|
|
|
|