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

@ -12,6 +12,15 @@
restic-local-pass = {
file = ../../../secrets/restic-local-pass.age;
};
restic-backblaze-pass = {
file = ../../../secrets/restic-backblaze-pass.age;
};
restic-backblaze-repo = {
file = ../../../secrets/restic-backblaze-repo.age;
};
restic-backblaze-env = {
file = ../../../secrets/restic-backblaze-env.age;
};
};
identityPaths = ["/home/crony/.ssh/main" "/root/.ssh/id_ed25519"];
};