I know this has been discussed in some ways in the past. I also checked the PDF documentation but in the end I was not able to find all the answers I'm looking for.
So - in an effort to mininize SD Card write accesses on a a Pi 3 (Debian Buster) I noticed the following "offenders":
Code: Select all
/opt/z-way-server/config/zddx/e4918c29-DevicesData.xml
/opt/z-way-server/automation/storage/zwayparsedPacketsjson-f1aed46af7fae1368e78db7768e4d9e5.json
/opt/z-way-server/automation/storage/zwayoriginPacketsjson-2ad2998bc2cb543d29ac586cec215398.json
/opt/z-way-server/automation/storage/notifications-f37bd2f66651e7d46f6d38440f2bc5dd.json
- Are there ways to limit the frequency with which they are written?
- Can the amount be controlled?
- Are all of those files even required for proper operation?
- Is there any documentation related to my issues and those files I can read?