Seems like cron is not installed on your arch-linux installation
Adding something like (not knowing arch very well)
pacman -Suy cronie
systemctl enable --now cronie.service
could solve it i think?
So then i could add cron-jobs for executing task sync and editing crontab -e and mount something like:
Feel free to add this to your example docker compose?!
Seems like cron is not installed on your arch-linux installation
Adding something like (not knowing arch very well)
pacman -Suy cronie systemctl enable --now cronie.servicecould solve it i think?
So then i could add cron-jobs for executing
task syncand editingcrontab -eand mount something like:Feel free to add this to your example docker compose?!