Replies: 4 comments
-
@corsac-s I think it's hard to do that with radicale as the git command are just executed as a hook.
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately in my case that doesn't really work, my radicale instance runs in a container without cron, but I get your point. |
Beta Was this translation helpful? Give feedback.
-
But systemd runs so systemd timers work, actually |
Beta Was this translation helpful? Give feedback.
-
That's a bit of a workaround but you could also add the gc to the hook but only run it if the last run was more than 1 month ago:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using radicale with the filesystem backend stored in a git repository. It works fine, but the repository slowly fills the filesystem with objects. I usually can save space by running
git gc
every once in a while, but it would be way easier if radicale would do it by itself.It's actually painful to run
git gc
wheen there's no space left on the device.Beta Was this translation helpful? Give feedback.
All reactions