i almost got map online backup working (see attachment).
But there is problem, that backup never finishes, most likely because DB is written all the time, despite settings.
In minetest.conf i have these settings:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
server_map_save_interval = 520
sqlite_synchronous = 0
I tough that means that minetest will write to database only every 520 seconds, but backups resets in few seconds!
Any ideas?