add DCIM to syncthing folders
This commit is contained in:
parent
57a556de0f
commit
ece42bc5c9
3 changed files with 7 additions and 3 deletions
|
|
@ -13,6 +13,7 @@
|
|||
Documents = { enable = true; maxAgeDays = 30; };
|
||||
Media = { enable = true; maxAgeDays = 7; };
|
||||
Archive = { enable = true; maxAgeDays = 30; };
|
||||
DCIM = { enable = true; maxAgeDays = 7; path = "~/DCIM" };
|
||||
};
|
||||
|
||||
services.scheduled-commands.aicloud-backup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue