feat(ymir): add another restic backup to nas.
This commit is contained in:
parent
e17d0d07a5
commit
e8ec1d9736
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ in {
|
||||||
pruneOpts = opts.pruneOpts;
|
pruneOpts = opts.pruneOpts;
|
||||||
checkOpts = opts.checkOpts;
|
checkOpts = opts.checkOpts;
|
||||||
};
|
};
|
||||||
|
nas = {
|
||||||
|
initialize = true;
|
||||||
|
passwordFile = "/run/user/1000/agenix/restic-local-pass";
|
||||||
|
repository = "/home/crony/docs/nfs";
|
||||||
|
paths = opts.paths;
|
||||||
|
pruneOpts = opts.pruneOpts;
|
||||||
|
checkOpts = opts.checkOpts;
|
||||||
|
};
|
||||||
backblaze = {
|
backblaze = {
|
||||||
initialize = true;
|
initialize = true;
|
||||||
passwordFile = "/run/user/1000/agenix/restic-backblaze-pass";
|
passwordFile = "/run/user/1000/agenix/restic-backblaze-pass";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue