thomasmauerer / hassio-addons

My collection of addons for Home Assistant
MIT License
466 stars 54 forks source link

Backup name is not adjusted on the Samba share! #163

Open Sup3rMario opened 11 months ago

Sup3rMario commented 11 months ago

The backups have been working wonderfully for weeks. Unfortunately, since a few days ago, the default backup name "AutoBackup {type} {version} {date}" is no longer overwritten on the Samba share and keeps the internal name. (see print screens) Already restarted the HA, Samba backup and NAS, changed the backup name, etc. What could that be? HA Printscreen NAS Printscreen

Loic691 commented 10 months ago

Same for me... Seams from 2023 september...

andreasfenz commented 7 months ago

I have the same problem.

cevangelou commented 7 months ago

Thank you for the addon. Same issue here. It looks like its renaming the file then tries to move it with the old name.

Here is the log. [24-04-19 13:35:20] INFO: Samba Backup started successfully [24-04-19 13:35:29] INFO: Backup running ... [24-04-19 13:35:30] INFO: Creating backup "Samba Backup 2024-04-19 13:35" [24-04-19 13:35:34] INFO: Copying backup a1ef55cb (Samba_Backup_2024_04_19_13_35.tar) to share [24-04-19 13:35:34] WARNING: a1ef55cb.tar does not exist [24-04-19 13:35:34] WARNING: Could not copy backup a1ef55cb to share. Trying again ... [24-04-19 13:35:39] WARNING: a1ef55cb.tar does not exist [24-04-19 13:35:50] INFO: Backup finished

This was my bad.. during testing I had set up network storage as backup location on a NAS so by default it was backing up on the external storage which Im guessing it was messing up samba backup. Once I reverted that back to the defaults (default backup location is local) , everything worked perfectly!! Thank again for the addon and for your good work!!

fernbrun commented 2 months ago

I have the same problem.