This commit is contained in:
kekskurse 2023-10-12 12:47:35 +02:00
parent dd504ec097
commit 5bac3f211e
1 changed files with 33 additions and 0 deletions

View File

@ -26,6 +26,39 @@ Delete all Backups in this Bucket, used at the end to remove all really old (bas
## Config
```
---
timezone: Europe/Berlin
jobs:
- name: abc
driver: LocaleFileSystem
buckets:
daily: 3
monthly: 12
hourly: 130
config:
path: /tmp/idun-test
- name: abc2
driver: LocaleFileSystem
buckets:
hourly: 12
config:
path: /tmp/idun-test
- name: name
driver: sftp
buckets:
monthly: 12
weekly: 3
daily: 3
hourly: 24
unlimit: 0
config:
path: /backup
username: USERNAME
password: PASSWORD
addr: SERVER:PORT
```
## Usage
### Show Plan