Backup solutions for Raspberry Pi

The /var/lib/gladysassistant folder contains everything :slight_smile:

However, be careful when performing a « hot Â» backup. Gladys writes to an SQLite database in WAL mode, and therefore there are 3 DB files. If you back up the 3 files sequentially, you will have a corrupted DB

The best approach is to use the SQLite3 CLI to duplicate the DB into a single file before backing it up