gitea: move backups to fwminex too
This commit is contained in:
parent
b64a407c54
commit
d3411793e8
@ -131,7 +131,11 @@ in
|
||||
{
|
||||
subvolume = "/var/lib";
|
||||
repo = "${prefix}-var_lib";
|
||||
paths = [ "headscale" ];
|
||||
paths = [
|
||||
"headscale"
|
||||
"gitea"
|
||||
];
|
||||
patterns = [ "- gitea/data/repo-archive/" ];
|
||||
backup_at = "*-*-* 01:00:01 UTC";
|
||||
}
|
||||
{
|
||||
|
@ -64,14 +64,12 @@
|
||||
paths = [
|
||||
"bitwarden_rs"
|
||||
"caddy"
|
||||
"gitea"
|
||||
"grafana"
|
||||
"hass"
|
||||
"nsd-acme"
|
||||
"tailscale"
|
||||
"private/soju"
|
||||
];
|
||||
patterns = [ "- gitea/data/repo-archive/" ];
|
||||
backup_at = "*-*-* 01:00:00 UTC";
|
||||
prune.keep = {
|
||||
within = "1d";
|
||||
@ -88,14 +86,12 @@
|
||||
paths = [
|
||||
"bitwarden_rs"
|
||||
"caddy"
|
||||
"gitea"
|
||||
"grafana"
|
||||
"hass"
|
||||
"nsd-acme"
|
||||
"tailscale"
|
||||
"private/soju"
|
||||
];
|
||||
patterns = [ "- gitea/data/repo-archive/" ];
|
||||
backup_at = "*-*-* 01:00:00 UTC";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user