Set up password management utilities
This commit is contained in:
@@ -10,23 +10,23 @@
|
||||
recvu = true;
|
||||
};
|
||||
zetup = {
|
||||
"syscea/state/root" = {
|
||||
"syscea/stateful/root" = {
|
||||
plan = "1d=>1h,1m=>1d,1y=>1m";
|
||||
recursive = true;
|
||||
mbuffer.enable = true;
|
||||
destinations.remote = {
|
||||
host = "coolneng@zion";
|
||||
dataset = "syscea/root";
|
||||
dataset = "vault/backups/panacea/root";
|
||||
};
|
||||
};
|
||||
|
||||
"syscea/state/home" = {
|
||||
"syscea/stateful/home" = {
|
||||
plan = "1d=>1h,1m=>1d,1y=>1m";
|
||||
recursive = true;
|
||||
mbuffer.enable = true;
|
||||
destinations.remote = {
|
||||
host = "coolneng@zion";
|
||||
dataset = "syscea/home";
|
||||
dataset = "vault/backups/panacea/home";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -39,10 +39,7 @@
|
||||
dataDir = "/home/coolneng";
|
||||
declarative = {
|
||||
devices = {
|
||||
zion = {
|
||||
id = "XABIMVG-K5RKMAF-KNC33AR-TDAVEGK-GHUIVFD-NIFCX6L-6PQXRM5-KLK2PAU";
|
||||
addresses = ["tcp://coolneng.duckdns.org:22000"];
|
||||
};
|
||||
zion = { id = "XABIMVG-K5RKMAF-KNC33AR-TDAVEGK-GHUIVFD-NIFCX6L-6PQXRM5-KLK2PAU"; };
|
||||
};
|
||||
folders = {
|
||||
Documents = {
|
||||
@@ -83,7 +80,6 @@
|
||||
|
||||
Projects = {
|
||||
id = "cjhmu-avy9v";
|
||||
type = "sendonly";
|
||||
path = "/home/coolneng/Projects";
|
||||
devices = [ "zion" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user