Tag: synology

  • Daily backup to external hdd

    Daily backup to external hdd

    Goal Domoticz has a built in feature to automatically create hourly, daily and monthly database backups in the /home/pi/domoticz/backups/ directory. You just need to tick the Enable Automatic Backup option in System setup. However in the case the SD-card crashes and is no longer accessible, a lot of work still could be lost. This page…

  • Traccar installation on Raspberry Pi

    Traccar installation on Raspberry Pi

    Download and install Traccar Download Traccar wget https://github.com/tananaev/traccar/releases/download/v3.4/traccar-linux-arm-3.4.zip Unzip downloadfile unzip traccar-linux-arm-3.4.zip Remove zipfile rm traccar-linux-arm-3.4.zip Run install script sudo ./traccar.run Start Traccar Server sudo java -jar /opt/traccar/tracker-server.jar Optional configuration Make autostart on boot Start crontab crontab -e Add following line to the bottom of the file @reboot /usr/bin/nohup /usr/bin/java -jar /opt/traccar/tracker-server.jar Exit crontab and…