sw21-tug / Team_02

Todo Tasker - The todo app with custom reminders for everything
MIT License
0 stars 7 forks source link

[TT-015] Backup & Restore #15

Closed NarrowCode closed 3 years ago

NarrowCode commented 3 years ago

As a user with a lot of tasks

I want to be able to export all my tasks and categories in a file that I can restore later

so that I have a backup of my data

additional information The file can be stored in the emulated storage, no need to provide a complete file dialog. It is sufficient to have 1 backup file that gets overwritten on each export. Restore always restores that file.

Acceptance criteria

steschi commented 3 years ago

Size: 5

J4X-98 commented 3 years ago

How to Backup / Insert Rooms DB https://medium.com/@tonia.tkachuk/how-to-export-room-database-to-csv-file-a51fec589618 https://stackoverflow.com/questions/50987119/backup-room-database

Tool for Backup: https://github.com/usupsuparma/Backup-and-Restore-RoomDatabase https://github.com/rafi0101/Android-Room-Database-Backup