First version
This commit is contained in:
18
config.example.yml
Normal file
18
config.example.yml
Normal file
@ -0,0 +1,18 @@
|
||||
notification:
|
||||
domain: ntfy.jcktrue.dk
|
||||
topic: backup
|
||||
backup:
|
||||
- title: Example
|
||||
source: test/srcdasasda
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user