From 3d81b25138d60943f2eabc77a90e571d9d821657 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Wed, 17 Dec 2025 17:16:17 +0100 Subject: [PATCH] Add --rm-fs flag to remove unreferenced/garbage FS objects --- compose/ofelia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/ofelia.yml b/compose/ofelia.yml index cf2a267..f432fee 100644 --- a/compose/ofelia.yml +++ b/compose/ofelia.yml @@ -21,7 +21,7 @@ services: ofelia.job-exec.clean-tmp.schedule: "@weekly" # garbage collector - ofelia.job-exec.gc.command: "/opt/seatable/scripts/seatable.sh gc | grep -E 'damaged|removed|finished'" + ofelia.job-exec.gc.command: "/opt/seatable/scripts/seatable.sh gc --rm-fs | grep -E 'damaged|removed|finished'" ofelia.job-exec.gc.schedule: "@weekly" #ofelia.job-exec.gc.schedule: "0 15 3 * * *" # ofeila v0.3 still requires seconds!