initial move to resticprofile
This commit is contained in:
30
restic-profile.yaml
Normal file
30
restic-profile.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
global:
|
||||
scheduler: crond
|
||||
|
||||
default:
|
||||
base-dir: ${BACKUP_DIR}
|
||||
repository: local:${RESTIC_REPOSITORY}
|
||||
password-file: key
|
||||
initialize: true
|
||||
backup:
|
||||
source: ./
|
||||
exclude-caches: true
|
||||
one-file-system: true
|
||||
schedule: "*:00"
|
||||
schedule-permission: system
|
||||
check-before: true
|
||||
tag:
|
||||
- resticprofile
|
||||
|
||||
retention:
|
||||
after-backup: true
|
||||
before-backup: false
|
||||
prune: true
|
||||
tag:
|
||||
- resticprofile
|
||||
keep-within: 3h
|
||||
keep-hourly: 72
|
||||
keep-daily: 14
|
||||
keep-weekly: 8
|
||||
keep-monthly: 6
|
||||
Reference in New Issue
Block a user