You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addon is absolutely great, because it leaves the normal HA Backup procedure untouched and does not create the known issued with the empty backup overview in the menu Settings=>System=>Backups.
As I'm using MariaDB I would like have two triggers/flags:
Backup creation has been started (local creation of the tar archive in /backup)
Backup remote copy has been started (sftp to the remote location)
I think there is already a binary sensor indicating whether backup is running. In some cases it switched only to true, when the remote copy (step 2) was started, but next time it switched already to true, when step 1 was started. I did not really understand, when this binary sensore ist changing state. I really love it.
But I'm still looking for a small extension to support my 3-2-1 Backup process (3 copies on at least 2 media and 1 externally stored)
My Backup process is as follows:
Check whether Backup is not running
Write Lock on MariaDB tables (SQL: flush tables with read lock)
Start Remote Backup Addon
When Backup creation is done (here I would need a binary sensor), Unlock MariaDB tables (SQL: unlock tables)
Remote Backup then continues to sftp the created backup to remote location
Start Addon USB-Backup to copy the backup to an locally connected USB device
I'm only missing the binary sensor in step 4. Currently I'm using a 10 minute delay as my backup creation need ~5 minutes.
Maybe I missed something and I can already identify, when backup creation is finished.
Any help would be very much appreciated.
Thanks in advance!
Best regards
André
The text was updated successfully, but these errors were encountered:
This addon is absolutely great, because it leaves the normal HA Backup procedure untouched and does not create the known issued with the empty backup overview in the menu Settings=>System=>Backups.
As I'm using MariaDB I would like have two triggers/flags:
I think there is already a binary sensor indicating whether backup is running. In some cases it switched only to true, when the remote copy (step 2) was started, but next time it switched already to true, when step 1 was started. I did not really understand, when this binary sensore ist changing state. I really love it.
But I'm still looking for a small extension to support my 3-2-1 Backup process (3 copies on at least 2 media and 1 externally stored)
My Backup process is as follows:
I'm only missing the binary sensor in step 4. Currently I'm using a 10 minute delay as my backup creation need ~5 minutes.
Maybe I missed something and I can already identify, when backup creation is finished.
Any help would be very much appreciated.
Thanks in advance!
Best regards
André
The text was updated successfully, but these errors were encountered: