2023-06-20 20:36:53 +02:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
clerie.backup = {
|
|
|
|
enable = true;
|
|
|
|
jobs.main = {
|
|
|
|
paths = [
|
|
|
|
"/home"
|
|
|
|
"/var/lib"
|
|
|
|
];
|
|
|
|
exclude = [
|
2023-06-28 18:09:03 +02:00
|
|
|
"/home/*/.local/share/Trash/*"
|
2023-06-20 20:36:53 +02:00
|
|
|
"/home/*/.config/*.log"
|
|
|
|
"/home/*/.local/*.log"
|
2023-06-28 18:09:03 +02:00
|
|
|
"/home/*/.cache/*"
|
|
|
|
"/home/*/.config/*[Cc]ache*/*"
|
|
|
|
"/home/*/.mozilla/*/cache/*"
|
|
|
|
"/home/*/.thumbnails/*"
|
|
|
|
"/home/*/.config/Element/Cache/*"
|
2023-06-20 20:36:53 +02:00
|
|
|
|
2023-06-28 18:09:03 +02:00
|
|
|
"/home/clerie/tmp/*"
|
|
|
|
"/home/clere/Downloads/*"
|
2023-06-20 20:36:53 +02:00
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|