Xml Config File For Lmc 8.4 Verified
<module name="backup" enabled="true"> <schedule>0 2 * * *</schedule> <retainDays>30</retainDays> <backupPath>/var/backups/lmc</backupPath> </module> </modules>
If you tell me your (e.g., Xiaomi 12T Pro, Samsung A52s), I can guide you to the right XML or suggest a better GCam version. Xml Config File For Lmc 8.4
<!-- Database --> <database> <type>postgresql</type> <host>db.example.com</host> <port>5432</port> <name>lmcdb</name> <username>lmc_user</username> <password>REDACTED</password> <maxPoolSize>20</maxPoolSize> <minPoolSize>5</minPoolSize> <connectionValidationQuery>SELECT 1</connectionValidationQuery> </database> module name="backup" enabled="true">