Initial backup_tool code
This commit is contained in:
parent
ac8374f824
commit
63bc3cc0f0
9 changed files with 309 additions and 0 deletions
13
backups/backups.yaml.example
Normal file
13
backups/backups.yaml.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
specs:
|
||||
test-spec:
|
||||
source: '/some/path'
|
||||
destination: '/some/other/path'
|
||||
limit: 7
|
||||
notify:
|
||||
events:
|
||||
- 'failure'
|
||||
|
||||
test-2:
|
||||
source: '/path/to'
|
||||
destination: '/to/some/other/path'
|
||||
limit: 2
|
||||
Reference in a new issue