Add mastodon to backups

This commit is contained in:
Cyryl Płotnicki 2022-11-26 22:07:20 +00:00
parent b3ee9158a4
commit 9690de2a4b

View file

@ -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 =