WirelessAlien / MovieDB

ShowCase is a fully open-source android application for exploring and organizing your personal collection of films and television series.
GNU General Public License v3.0
107 stars 3 forks source link

[FR] Automatic backups #33

Open Opening-Button-8988 opened 2 weeks ago

Opening-Button-8988 commented 2 weeks ago

Give us the option to choose in what formats (db or json or both) our backups get saved to. And of course allow us to specify location.

I'm in no hurry for this feature, it's a matter of convenience rather than necessity, but it would be nice to have sometime in the future and I think it should be fairly easy to implement?

WirelessAlien commented 1 week ago

Added automatic backup for movie database (db) with user choice location, in later version file format will also be selectable.

Opening-Button-8988 commented 16 hours ago

Added automatic backup for movie database (db) with user choice location, in later version file format will also be selectable.

What is the default trigger at the moment, since it does not say at what moment the automatic backup starts. Does it start at app startup? Or once daily?

WirelessAlien commented 16 hours ago

Added automatic backup for movie database (db) with user choice location, in later version file format will also be selectable.

What is the default trigger at the moment, since it does not say at what moment the automatic backup starts. Does it start at app startup? Or once daily?

Once daily, backup time is not defined, it happens when the device is in optimal state (it is controlled by the operating system)

Thanks for asking the question - User will be able to choose the intensity of daily backup ( will be added later version).