pinwheel + sombrero: Sync books

This commit is contained in:
Alexander Heldt
2023-08-19 11:18:17 +02:00
parent 2fb000dca2
commit 70cc41ff66
2 changed files with 12 additions and 1 deletions

View File

@@ -52,6 +52,17 @@
}; };
}; };
books = {
path = "/home/alex/sync/books";
devices = [ "sombrero" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
"phone-gps" = { "phone-gps" = {
path = "/home/alex/sync/phone-gps"; path = "/home/alex/sync/phone-gps";
devices = [ "phone" ]; devices = [ "phone" ];

View File

@@ -242,7 +242,7 @@
"books" = { "books" = {
path = "/home/alex/backup/books"; path = "/home/alex/backup/books";
devices = [ "bennu" ]; devices = [ "bennu" "pinwheel" ];
versioning = { versioning = {
type = "staggered"; type = "staggered";
params = { params = {