feat(desktop): backblaze restic backup.
This commit is contained in:
parent
64a1ecc15e
commit
0738d51bee
6 changed files with 75 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue