David Barrett wrote:
> sqlite has a cool "online backup" API: https://www.sqlite.org/backup.html
>  However, it only backs up to a local disk.

It backs up to any disk that you can access.
Do you have a network file system?

> how to use this API to do an incremental backup

This API is not incremental; it always copies the entire database.


Regards,
Clemens

Reply via email to