Added staggered file versioning on brain_zero puter

This commit is contained in:
2026-01-11 13:45:05 +02:00
parent 273314eff6
commit 77e40135c5

View File

@@ -33,6 +33,12 @@
path = "/home/user/brain_zero/"; # Which folder to add to Syncthing path = "/home/user/brain_zero/"; # Which folder to add to Syncthing
devices = ["phone" "cloudhaus"]; # Which devices to share the folder with devices = ["phone" "cloudhaus"]; # Which devices to share the folder with
ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"]; ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"];
versioning = {
type = "staggered";
params = {
maxAge = "0";
};
};
}; };
"brain_zero_readonly" = { "brain_zero_readonly" = {
# Name of folder in Syncthing, also the folder ID # Name of folder in Syncthing, also the folder ID