readme
This commit is contained in:
parent
dd504ec097
commit
5bac3f211e
1 changed files with 33 additions and 0 deletions
33
Readme.md
33
Readme.md
|
@ -26,6 +26,39 @@ Delete all Backups in this Bucket, used at the end to remove all really old (bas
|
||||||
|
|
||||||
## Config
|
## 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
|
## Usage
|
||||||
|
|
||||||
### Show Plan
|
### Show Plan
|
||||||
|
|
Loading…
Reference in a new issue