We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When restarting container, additional crontab line is added.
Every time I restart the container an extra crontab line is added. And then executed x times instead of 1 x.
container restarted 2 x and then it says this in the /etc/crontab/vdirsyncer
docker exec -it vdirsyncer /bin/sh -c “cat /etc/crontabs/vdirsyncer” 0/5 * * * * * * /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini metasync && /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini sync 0/5 * * * * * * /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini metasync && /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini sync 0/5 * * * * * * /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini metasync && /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini sync
environment: - TZ=Europe/Amsterdam - VDIRSYNCER_CONFIG=/vdirsyncer/config/google_nc.ini - AUTOUPDATE=false # set to true for automatic Vdirsyncer and dependencies updates on container startup, default to false - AUTODISCOVER=false # default false - CRON_TIME=0/5 * * * * * - AUTOSYNC=true - LOG=/vdirsyncer/vdirsyncer.log
The text was updated successfully, but these errors were encountered:
fix: multiple cronjobs; see issue #29
9a1467e
434cd0e
Hello @jeepeegit
Your issue should be fixed by the following PR: #31
The new container is currently building and should be available soon with the new release 2.5.5
Greetings
Sorry, something went wrong.
No branches or pull requests
When restarting container, additional crontab line is added.
Every time I restart the container an extra crontab line is added. And then executed x times instead of 1 x.
container restarted 2 x and then it says this in the /etc/crontab/vdirsyncer
docker exec -it vdirsyncer /bin/sh -c “cat /etc/crontabs/vdirsyncer”
0/5 * * * * * * /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini metasync && /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini sync
0/5 * * * * * * /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini metasync && /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini sync
0/5 * * * * * * /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini metasync && /usr/local/bin/vdirsyncer -c /vdirsyncer/config/google_nc.ini sync
The text was updated successfully, but these errors were encountered: