46 lines
912 B
YAML
46 lines
912 B
YAML
defaults:
|
|
retention:
|
|
keep_latest: 10
|
|
keep_hourly: 24
|
|
keep_daily: 30
|
|
keep_weekly: 8
|
|
keep_monthly: 12
|
|
keep_yearly: 3
|
|
|
|
services:
|
|
backealocal:
|
|
source:
|
|
host: "local"
|
|
path: "/home/sirir/Images"
|
|
hooks:
|
|
before_hook: "ls"
|
|
after_hook: ""
|
|
backup_configs:
|
|
1:
|
|
backup_strategy:
|
|
type: "kopia"
|
|
provider: "local"
|
|
destination:
|
|
path: "/home/sirir/backup/image1"
|
|
2:
|
|
backup_strategy:
|
|
type: "kopia"
|
|
provider: "local"
|
|
destination:
|
|
path: "/home/sirir/backup/images2"
|
|
|
|
imageslocal:
|
|
source:
|
|
host: "local"
|
|
path: "/home/sirir/Images/"
|
|
hooks:
|
|
before_hook: "ls"
|
|
after_hook: ""
|
|
backup_configs:
|
|
1:
|
|
backup_strategy:
|
|
type: "kopia"
|
|
provider: "local"
|
|
destination:
|
|
host: "local"
|