sombrero: Sync time-tracking explicitly

This commit is contained in:
Alexander Heldt
2023-08-13 15:25:10 +02:00
parent a0b0e80e59
commit d2f576f8cf

View File

@@ -177,9 +177,6 @@
};
folders = {
# incoming:
# 'time-tracking' from phone
"hosts" = {
path = "/home/alex/backup/sync/hosts";
devices = [ "bennu" ];
@@ -235,6 +232,17 @@
};
};
"time-tracking" = {
path = "/home/alex/backup/sync/time-tracking";
devices = [ "phone" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
"books" = {
path = "/home/alex/backup/books";
devices = [ "bennu" ];