services: photoprism: don't backup storage folder

This commit is contained in:
Antoine Martin 2022-10-12 00:34:07 +02:00
parent 6e8585d68e
commit f536901847

View file

@ -85,6 +85,9 @@ in {
paths = [
cfg.home
];
exclude = [
"${cfg.home}/storage"
];
};
};
}