backea/config.yml
2025-03-21 17:54:43 +01:00

46 lines
908 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/gevo/Images"
hooks:
before_hook: "ls"
after_hook: ""
backup_configs:
1:
backup_strategy:
type: "kopia"
provider: "local"
destination:
path: "/home/gevo/backup/image1"
2:
backup_strategy:
type: "kopia"
provider: "local"
destination:
path: "/home/gevo/backup/images2"
imageslocal:
source:
host: "local"
path: "/home/gevo/Images/"
hooks:
before_hook: "ls"
after_hook: ""
backup_configs:
1:
backup_strategy:
type: "kopia"
provider: "local"
destination:
host: "local"