Backup SQLite Data

Can someone let me know if it is possible to backup an SQLite Database (Documents Directory) to a remote server?

I want my app to allow users to add data into the App, but also back it up remotely.

They can then download the Database to replace the existing Database.

Is this possible? Would love some ideas on how to make this work as efficiently as possible.

Thanks in advance… [import]uid: 64343 topic_id: 21763 reply_id: 321763[/import]

Hi,

Yes, it is possible. There are sometimes issues like timeouts on the backup…I’m working on finding a solution to this.

I think you’ll need to send it via base64 encoding to the server and then decode it there. [import]uid: 12700 topic_id: 21763 reply_id: 86453[/import]

Not sure if it’s of interest to you but I will soon be releasing Ice 2.0 which has uploading and downloading of Ice boxes built in. [import]uid: 119420 topic_id: 21763 reply_id: 86467[/import]

Whoops, used the wrong account. That was me. [import]uid: 5833 topic_id: 21763 reply_id: 86468[/import]

Any idea when Ice 2.0 will be released? [import]uid: 135391 topic_id: 21763 reply_id: 98606[/import]

Not sure yet, haven’t had as much time to work on it as I would have liked recently. [import]uid: 5833 topic_id: 21763 reply_id: 99883[/import]