In case of No space left on device
Prune
To make some space to run a custom job to clear /var/backups
sh
docker system prune -a -f
custom job
Edit a cron job to clear /var/backups/*
Edit backup cron jobs, keep only the last backups scripts and replace the script by:
sh
rm -rf /var/backups/*
now you can run the job to clear the backups