Backups without gladys plus

I have a nas for my backups, it would be nice if i could just tell gladys to backup to a specific folder automatically, even manual backups are fine, i dont want to rely on gladys plus

Gladys is using SQLite as its primary database.

If you want to backup Gladys, you can stop Gladys :

docker stop gladys

Then copy the database somewhere:

cp /var/lib/gladysassistant/gladys-production.db /YOUR_DESTINATION

Then restart Gladys :

docker restart gladys

Would it work for you?

Alternatively, you can use rclone for easy backups anywhere