Page 1 of 1

re-install Domoticz on Raspberry Pi

Posted: Monday 01 October 2018 9:42
by steef27
hi,

Does someone has experience with a clean re-install of Domoticz on Raspberry Pi?
The reason I want to re-install is because my HDD is at 97%.
Is it possible te restore all domoticz settings including devices?

Steef

Re: re-install Domoticz on Raspberry Pi

Posted: Monday 01 October 2018 9:48
by emme
you can backup and restore the Domoticz folder

at least save the domoticz.db file and the domoticz/script folder.

ciao
M

Re: re-install Domoticz on Raspberry Pi

Posted: Monday 01 October 2018 9:53
by steef27
are my blockly scripts also in de domoticz.db file?

Re: re-install Domoticz on Raspberry Pi

Posted: Monday 01 October 2018 9:57
by emme
yes, they are

but save also the domoticz/script folder

Re: re-install Domoticz on Raspberry Pi

Posted: Thursday 25 October 2018 19:04
by Solderbro
As raspi is linux you should be able to do this after domoticz is shut down.

ash-4.3# tar czvf domoticz/* target-path/domoticz4980.tgz

After all work simply go to the target folder and do

ash-4.3# tar xzvf source-path/domoticz4980.tgz

This is the 100% full backup solution and it's horrible fast :D

Solderbro