feat(desktop): backblaze restic backup.

This commit is contained in:
CronyAkatsuki 2025-06-22 12:37:25 +02:00
parent 64a1ecc15e
commit 0738d51bee
6 changed files with 75 additions and 0 deletions

View file

@ -37,6 +37,26 @@
];
repository = "/home/crony/.local/backup";
};
backblaze = {
initialize = true;
passwordFile = "/run/user/1000/agenix/restic-backblaze-pass";
paths = [
"/home/crony/.face"
"/home/crony/.librewolf"
"/home/crony/.ssh"
"/home/crony/.config/heroic"
"/home/crony/.config/nbfc.json"
"/home/crony/.config/OpenTabletDriver"
"/home/crony/.config/tridactyl"
"/home/crony/.local/share/gnupg"
"/home/crony/.local/share/osu"
"/home/crony/docs/sync"
"/home/crony/docs/wireguard-keys"
"/home/crony/pics"
];
repositoryFile = "/run/user/1000/agenix/restic-backblaze-repo";
environmentFile = "/run/user/1000/agenix/restic-backblaze-env";
};
};
};