Corrent NAS backup/snapshot paths

This commit is contained in:
Gabriel Simmer 2023-12-24 01:06:36 +00:00
parent 8e9f23167d
commit 92c3da6e0e
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -115,7 +115,7 @@
environmentFile = config.age.secrets.restic-b2-credentials.path; environmentFile = config.age.secrets.restic-b2-credentials.path;
repository = "s3:s3.us-west-000.backblazeb2.com/bsimmer-backup"; repository = "s3:s3.us-west-000.backblazeb2.com/bsimmer-backup";
paths = [ paths = [
"\"/tank/becki/VRChat\ Avatars\"" "/tank/becki/VRChat\ Avatars"
"/tank/becki/Pictures" "/tank/becki/Pictures"
]; ];
timerConfig = { timerConfig = {
@ -347,33 +347,33 @@
sanoid = { sanoid = {
enable = true; enable = true;
datasets = { datasets = {
"Primary/becki" = { "tank/becki" = {
autoprune = true; autoprune = true;
autosnap = true; autosnap = true;
daily = 4; daily = 4;
monthly = 3; monthly = 3;
yearly = 1; yearly = 1;
}; };
"Primary/gabriel" = { "tank/gsimmer" = {
autoprune = true; autoprune = true;
autosnap = true; autosnap = true;
daily = 4; daily = 4;
monthly = 3; monthly = 3;
yearly = 1; yearly = 1;
}; };
"Primary/shared" = { "tank/shared" = {
autoprune = true; autoprune = true;
autosnap = true; autosnap = true;
daily = 2; daily = 2;
monthly = 2; monthly = 2;
}; };
"Primary/k3scluster" = { "tank/k3scluster" = {
autoprune = true; autoprune = true;
autosnap = true; autosnap = true;
daily = 2; daily = 2;
monthly = 2; monthly = 2;
}; };
"Primary/forgejo" = { "tank/forgejo" = {
autoprune = true; autoprune = true;
autosnap = true; autosnap = true;
daily = 2; daily = 2;