Add mastodon to backups
This commit is contained in:
parent
b3ee9158a4
commit
9690de2a4b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
services = {
|
||||
restic.backups.b2 = {
|
||||
passwordFile = "/run/secrets/restic-backups-b2-repo-password";
|
||||
paths = [ "/var/lib/foundryvtt" "/var/lib/gitea" ];
|
||||
paths = [ "/var/lib/foundryvtt" "/var/lib/gitea" "/var/lib/mastodon" ];
|
||||
repository = "b2:cyplo-restic-vpsfree";
|
||||
timerConfig = { OnCalendar = "hourly"; };
|
||||
environmentFile =
|
||||
|
|
Loading…
Reference in a new issue