I backup my /home every hour from a cron job which shows this -
00 06-22/1 * * * /usr/local/bin/restic -r /mnt/backb/boudiccas -p ~/bin/foo.txt backup /home/boudiccas --exclude-file /home/boudiccas/bin/excluded.txt
and there are currently 7 instances of it trying to complete their backups!
So how can I get to the point where a backup is not started until any previous ones have ended please?
This is on a fully up-to-date Debian 10.