fix
This commit is contained in:
parent
ece42bc5c9
commit
09d73d94a2
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
Documents = { enable = true; maxAgeDays = 30; };
|
||||
Media = { enable = true; maxAgeDays = 7; };
|
||||
Archive = { enable = true; maxAgeDays = 30; };
|
||||
DCIM = { enable = true; maxAgeDays = 7; path = "/mnt/essd/DCIM" };
|
||||
DCIM = { enable = true; maxAgeDays = 7; path = "/mnt/essd/DCIM"; };
|
||||
};
|
||||
|
||||
services.scheduled-commands.dcim-consume = {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
Documents = { enable = true; maxAgeDays = 30; };
|
||||
Media = { enable = true; maxAgeDays = 7; };
|
||||
Archive = { enable = true; maxAgeDays = 30; };
|
||||
DCIM = { enable = true; maxAgeDays = 7; path = "~/DCIM" };
|
||||
DCIM = { enable = true; maxAgeDays = 7; path = "~/DCIM"; };
|
||||
};
|
||||
|
||||
services.scheduled-commands.aicloud-backup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue