Backup failing (flaky CIFS mount)
Solved
Support
-
@girish & @nebulon any news on this issue?
I started yesterday to backup via cifs to a Hetzner storagebox (2 backups a day), today the first backup failed due to
Command failed with exit code 1 (EPERM): df -kPT /backups_cifs
I solved it with a manual:
sudo umount /backups_cifs sudo mount -a
But do I need to script this with a daily cron or is Cloudron able to recover from this somehow?