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
+44 -1
View File
@@ -52,4 +52,47 @@ version = "1"
schedule-log = "/var/log/resticprofile/samba.log"
[samba.forget]
schedule = "03:30"
schedule = "03:30"
# ── Yandex Disk: ночная удалённая копия ───────────────────────────────────────
[yadisk-default]
inherit = "default"
[yadisk-default.check]
schedule = "Sun 06:00"
schedule-permission = "system"
schedule-after-network-online = true
[yadisk-services]
inherit = "yadisk-default"
repository = "rclone:yadisk:System/Backups/cloud-pc/restic/services"
[yadisk-services.backup]
source = ["/opt/data", "/opt/configs"]
tag = ["cloud-pc", "services", "yadisk"]
exclude-caches = true
one-file-system = true
schedule = "04:00"
schedule-permission = "system"
schedule-after-network-online = true
schedule-log = "/var/log/resticprofile/yadisk-services.log"
[yadisk-services.forget]
schedule = "04:30"
[yadisk-samba]
inherit = "yadisk-default"
repository = "rclone:yadisk:System/Backups/cloud-pc/restic/samba"
[yadisk-samba.backup]
source = ["/opt/samba"]
tag = ["cloud-pc", "samba", "yadisk"]
exclude-caches = true
one-file-system = true
schedule = "05:00"
schedule-permission = "system"
schedule-after-network-online = true
schedule-log = "/var/log/resticprofile/yadisk-samba.log"
[yadisk-samba.forget]
schedule = "05:30"