You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
445 B
28 lines
445 B
---
|
|
backup_mail_to: "root@localhost"
|
|
backup_mail_from: "backup"
|
|
|
|
backup_user: "root"
|
|
backup_password: "BACKUP PASSWORD"
|
|
|
|
backup_directories:
|
|
- /home
|
|
- /etc
|
|
- /var
|
|
|
|
backup_destination: "sftp:user@host:/path/to/restic-repo"
|
|
|
|
backup_throttle: 2
|
|
|
|
backup_keep_policy:
|
|
daily: 7
|
|
weekly: 5
|
|
monthly: 12
|
|
yearly: 1
|
|
|
|
backup_pre_commands:
|
|
- rcctl stop gitea gitdaemon
|
|
|
|
backup_post_commands:
|
|
- rcctl start gitdaemon gitea
|
|
|
|
|