Add rclone and resticprofile installation playbooks, and update profiles for Yandex Disk backups
Deploy ru-vps / deploy (push) Successful in 16s
Deploy mini-pc / deploy (push) Successful in 29s
Deploy cloud-pc / deploy (push) Failing after 41s

This commit is contained in:
Dmitry
2026-05-28 13:12:33 +03:00
parent b1ec5566d6
commit c09754a161
6 changed files with 166 additions and 2 deletions
+38
View File
@@ -0,0 +1,38 @@
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/mini-pc/restic/services"
[services.backup]
source = ["/opt/data", "/opt/configs"]
tag = ["mini-pc", "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"