Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

The easiest way is the make a cron job for backup, information on backup and restore are at https://www.openhab.org/docs/installation/linux.html#backup-and-restore

Tip

Also, do review the latter openHAB Backup

Kodeblok
sudo apt-get install zip
sudo vi /etc/crontab

0 22 * * * /usr/share/openhab2/runtime/bin/backup	

...