-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Description
We need a way to export backups of the project (on desktop). The easiest way is to dump all the relevant data into a zip file. We can zip up all the data in the project specific folder to start, we also need a way to back up the project keys and root key (or just the derived private keys?)
Tasks
- Update zip archive writer dependency #812
- Export project files
- Export keys
- Restore from zip as part of the test?