Unable to restore to Linux a Windows based backup file

There is a bug in the Backup/Restore functionality across different operating systems.

I had a strange problem where Ignition was working fine on Linux, until I restored a project that was originally from a Windows host. When I rebooted the Linux machine, Ignition would not start. Starting Ignition from the console, I noticed references to the Windows file system “C:\Program Files” etc.

To correct, I needed to update the ignition.conf file and change the following lines:
wrapper.java.additional.6=-Ddata.dir=“C:\Program Files\Inductive Automation\Ignition/data”
wrapper.logfile=C:\Program Files\Inductive Automation\Ignition/logs\wrapper.log

to

wrapper.java.additional.6=-Ddata.dir="/var/lib/ignition/data"
wrapper.logfile=/var/log/ignition/wrapper.log

I hope this information helps others.

Good catch. It is actually a bug that has been fixed in 7.3.2 which is up now.