Complete project backup with all files and settings?

Hi, PLCnext support Try to make a full backup of my PLCnext configuration by following this procedure: https://www.plcnext-community.net/en/knowledge-base/faq.html?view=faq&tmpl;=component&window;=1&faqid;=112 However, the SD of the PLCnext is not recognized by my pc, which has an OS ubuntu> 20. Also, I validated that the SD reader worked correctly with another SD and a debian OS image. Basically my goal is create an image of my PLC, in case of a hardware failure, be able to load all the necessary configuration in another SD. Best regards,

Hello, a Ubuntu OS should definitly be able to recognise the SD it is formated in ext4. Maybe you need to install ext4 support additionally. If your storage space on the Device does allow it you can create a backup on the device and copy it to a PC for safekeeping. All you need to do is: login as root. navigate to /media/rfs/rw tar -cpf backup.tar upperdir and then when unzipping make sure to unzip keeping the Permissions and users intact. tar --same-owner -xzf backup.tar