Added initial project files
This commit is contained in:
parent
6ab3bfd803
commit
af61e281e9
9 changed files with 352 additions and 0 deletions
26
backups.yaml.example
Normal file
26
backups.yaml.example
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
defaults:
|
||||
all:
|
||||
notify:
|
||||
title: "title"
|
||||
events:
|
||||
- 'random'
|
||||
volumes:
|
||||
directories:
|
||||
|
||||
specs:
|
||||
volumes:
|
||||
test-spec:
|
||||
source: '/some/path'
|
||||
destination: '/some/other/path'
|
||||
limit: 7
|
||||
|
||||
test-2:
|
||||
source: '/path/to'
|
||||
destination: '/to/some/other/path'
|
||||
limit: 2
|
||||
|
||||
containers:
|
||||
nextcloud_app:
|
||||
cmd: ''
|
||||
extension: 'tar.gz'
|
||||
directories:
|
||||
Reference in a new issue