agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

How to backup remotely and resync/restore from remote backup? (Google Drive) #1693

Closed HeroPD closed 3 years ago

HeroPD commented 4 years ago

DBFlow Version: 4.2.4 Bug or Feature Request: feature Description: Wanna backup my db to google drive and restore from drive?

agrosner commented 3 years ago

we support backup on device only, and not remotely. Id imagine youd need to manually save and replace the file while the DB is not open.