O
O
Orkhan Hasanli2017-12-22 03:01:14
Google
Orkhan Hasanli, 2017-12-22 03:01:14

How can I synchronize the database with Google or Yandex?

Good day!
There is an application in java. Application data is stored in a database (jdbc sqlite).
How can I organize synchronization and / or backup of the database on Google Drive or Yandex Disk.
Will it be enough through their API to organize the download of a file to their disk, or is it implemented somehow differently?
Thanks in advance)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
pfg21, 2017-12-22
@azerphoenix

standard option: exporting to a file and sending the file to backup is not suitable ??
option 2: disconnect from the database (flush caches, etc.), copy the file, connect to the database if there is time to disconnect from the database

E
Eugene, 2017-12-22
@klim76

Maybe it would be more correct to write a backend for your application?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question