gitea: move backups to fwminex too

This commit is contained in:
Motiejus Jakštys 2024-08-02 15:00:09 +03:00
parent b64a407c54
commit d3411793e8
2 changed files with 5 additions and 5 deletions

View File

@ -131,7 +131,11 @@ in
{ {
subvolume = "/var/lib"; subvolume = "/var/lib";
repo = "${prefix}-var_lib"; repo = "${prefix}-var_lib";
paths = [ "headscale" ]; paths = [
"headscale"
"gitea"
];
patterns = [ "- gitea/data/repo-archive/" ];
backup_at = "*-*-* 01:00:01 UTC"; backup_at = "*-*-* 01:00:01 UTC";
} }
{ {

View File

@ -64,14 +64,12 @@
paths = [ paths = [
"bitwarden_rs" "bitwarden_rs"
"caddy" "caddy"
"gitea"
"grafana" "grafana"
"hass" "hass"
"nsd-acme" "nsd-acme"
"tailscale" "tailscale"
"private/soju" "private/soju"
]; ];
patterns = [ "- gitea/data/repo-archive/" ];
backup_at = "*-*-* 01:00:00 UTC"; backup_at = "*-*-* 01:00:00 UTC";
prune.keep = { prune.keep = {
within = "1d"; within = "1d";
@ -88,14 +86,12 @@
paths = [ paths = [
"bitwarden_rs" "bitwarden_rs"
"caddy" "caddy"
"gitea"
"grafana" "grafana"
"hass" "hass"
"nsd-acme" "nsd-acme"
"tailscale" "tailscale"
"private/soju" "private/soju"
]; ];
patterns = [ "- gitea/data/repo-archive/" ];
backup_at = "*-*-* 01:00:00 UTC"; backup_at = "*-*-* 01:00:00 UTC";
} }