Added a script that backups obsidian notes

This commit is contained in:
Tomas Rivera
2026-03-28 10:04:05 +01:00
parent fe5dd2d660
commit 929ee1d060
5 changed files with 83 additions and 16 deletions
+9 -2
View File
@@ -7,7 +7,14 @@
enable = true;
vaults.miscellanious = {
enable = true;
#target = "/kdrive/Notes/miscellanious"; #not directly to kdrive. It causes problems
};
target = "/Documents/Notes/miscellanious"; # target is relative to ~ #not directly to kdrive. It causes problems
};
vaults.work = {
enable = true;
target = "/Documents/Notes/work";
};
defaultSettings = {
};
};
}