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;
repository = "s3:s3.us-west-000.backblazeb2.com/bsimmer-backup";
paths = [
"\"/tank/becki/VRChat\ Avatars\""
"/tank/becki/VRChat\ Avatars"
"/tank/becki/Pictures"
];
timerConfig = {
@ -347,33 +347,33 @@
sanoid = {
enable = true;
datasets = {
"Primary/becki" = {
"tank/becki" = {
autoprune = true;
autosnap = true;
daily = 4;
monthly = 3;
yearly = 1;
};
"Primary/gabriel" = {
"tank/gsimmer" = {
autoprune = true;
autosnap = true;
daily = 4;
monthly = 3;
yearly = 1;
};
"Primary/shared" = {
"tank/shared" = {
autoprune = true;
autosnap = true;
daily = 2;
monthly = 2;
};
"Primary/k3scluster" = {
"tank/k3scluster" = {
autoprune = true;
autosnap = true;
daily = 2;
monthly = 2;
};
"Primary/forgejo" = {
"tank/forgejo" = {
autoprune = true;
autosnap = true;
daily = 2;