xml file

jay5 years ago

how do I view traccar.xml file (what is the linux command line) and also how to make a backup of the database. incase the server crashes.

Macan5 years ago

try

vim /opt/traccar/conf/traccar.xml

Macan5 years ago

for the database backup :
mysqldump -u USER -p --all-databases > /mnt/backups/all_databases.sql