Files
infra/ru-vps/resticprofile/profiles.toml
T
Dmitry c09754a161
Deploy ru-vps / deploy (push) Successful in 16s
Deploy mini-pc / deploy (push) Successful in 29s
Deploy cloud-pc / deploy (push) Failing after 41s
Add rclone and resticprofile installation playbooks, and update profiles for Yandex Disk backups
2026-05-28 13:12:33 +03:00

39 lines
972 B
TOML

version = "1"
[global]
scheduler = "systemd"
[default]
password-file = "/etc/restic/password"
initialize = true
[default.forget]
keep-daily = 7
keep-weekly = 4
keep-monthly = 6
schedule-permission = "system"
schedule-after-backup = true
prune = true
[default.check]
schedule = "Sun 04:00"
schedule-permission = "system"
schedule-after-network-online = true
[services]
inherit = "default"
repository = "rclone:yadisk:System/Backups/ru-vps/restic/services"
[services.backup]
source = ["/opt/data", "/opt/configs"]
tag = ["ru-vps", "services"]
exclude-caches = true
one-file-system = true
schedule = "03:00"
schedule-permission = "system"
schedule-after-network-online = true
schedule-log = "/var/log/resticprofile/services.log"
[services.forget]
schedule = "03:30"