xeyownt / borgcronic

A cron script to run Borg Backup
GNU General Public License v3.0
0 stars 0 forks source link

Make sure borgcronic doesn't postpone other anacron jobs #2

Closed xeyownt closed 7 years ago

xeyownt commented 7 years ago

If borgcronic is installed as anacron daily job (copied in /etc/cron.daily), check what is the impact on the scheduling of other anacron jobs.

For instance, if borgcronic can't get the lock on the borg repository, it should not postpone execution of other anacron jobs.

xeyownt commented 7 years ago

By default borgcronic will run in the background. Use flag -f to keep it in foreground.