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 = {
|
services = {
|
||||||
restic.backups.b2 = {
|
restic.backups.b2 = {
|
||||||
passwordFile = "/run/secrets/restic-backups-b2-repo-password";
|
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";
|
repository = "b2:cyplo-restic-vpsfree";
|
||||||
timerConfig = { OnCalendar = "hourly"; };
|
timerConfig = { OnCalendar = "hourly"; };
|
||||||
environmentFile =
|
environmentFile =
|
||||||
|
|
Loading…
Reference in a new issue