Cleanup after backup, fixes generate-config, updates immich

This commit is contained in:
2026-05-09 09:10:20 +02:00
parent 81834b3851
commit f806bda21b
26 changed files with 454 additions and 172 deletions
+2
View File
@@ -11,3 +11,5 @@ if podman container exists "${user}-database"; then
else
echo "${user}-database" not found
fi
echo "Deleting older than 7 days files"
find "${host_dir}" -maxdepth 1 -type d -mtime +7 -exec rm -rf {} +