Hello everybody,
I ran into an issue where my lxc backups are not made reliably. Every so often I get an error that my backups were not succesfull since the storage location failed to activate:
I have the current configuration:
- RPI3 with an external sata HDD connected over usb that hosts a SMB share called "barracuda".
- Home assistant on different RPI that also uses this smb-share for its (much smaller) backups. (daily at 00:00)
- Mini pc running proxmox with an lxc for my main stuff. I have added the smb-share into the storage locations on proxmox. I can inspect it and it is mounted correctly after restarting. It takes some time (like 7 seconds) before the actual content shows, since the disks have to spin up first.
I use rsync to sync my immich upload folder to the smb-share daily at also at 00:00.
I have also set up a daily backup tasks for my lxc in snapshot mode that uses smb-share also at 00:00.
The rsync and home assistant backups have never failed before. Just the automatic lxc backup fails. When I check in the mornings and notice the error, I perform a manual backup with the same settings as the automatic one and it does work.
I have set up my home assistant backup to start at 23:59 the disk is already spinning before proxmox tries to backup, but that also did not fix it.
I don't know what could be causing this.
I ran into an issue where my lxc backups are not made reliably. Every so often I get an error that my backups were not succesfull since the storage location failed to activate:
Code:
00:00:14
got timeout
INFO: notified via target `mail-to-root`
TASK ERROR: could not activate storage 'barracuda': unable to activate storage 'barracuda' - directory '/mnt/pve/barracuda' does not exist or is unreachable
I have the current configuration:
- RPI3 with an external sata HDD connected over usb that hosts a SMB share called "barracuda".
- Home assistant on different RPI that also uses this smb-share for its (much smaller) backups. (daily at 00:00)
- Mini pc running proxmox with an lxc for my main stuff. I have added the smb-share into the storage locations on proxmox. I can inspect it and it is mounted correctly after restarting. It takes some time (like 7 seconds) before the actual content shows, since the disks have to spin up first.
I use rsync to sync my immich upload folder to the smb-share daily at also at 00:00.
I have also set up a daily backup tasks for my lxc in snapshot mode that uses smb-share also at 00:00.
The rsync and home assistant backups have never failed before. Just the automatic lxc backup fails. When I check in the mornings and notice the error, I perform a manual backup with the same settings as the automatic one and it does work.
I have set up my home assistant backup to start at 23:59 the disk is already spinning before proxmox tries to backup, but that also did not fix it.
I don't know what could be causing this.