Ouch! Back to the drawing board!

Just did a flash update of Hassio as it wouldn’t update through SSH / interface. Then realised that I didn’t manually copy over the backups!!!

Fortunately I did manually backup the config folder, so I can refer back to my automations etc. It’s going to be a long night!

1 Like

You could schedule an automated backup. If you have a Linux server, you could add rsync to a cron job in Raspberry Pi that would connect to your Linux server through SSH and then do an automated backup to your server, so that way you won’t lose your config files. For this you’ll need to setup private/public key pair (private key for your RPi; public for your Linux server) so that automated rsync backup will not require a password.

Or if you have a Windows Server, you can have root mount the CIFS share by default once you create a share in your Windows server machine.

Let me know if this helps.

2 Likes

Cheers for that info!

I’ll bare thst in mind for this next setup!

1 Like