feat(desktop): backblaze restic backup.
This commit is contained in:
parent
64a1ecc15e
commit
0738d51bee
6 changed files with 75 additions and 0 deletions
|
@ -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