Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support backing up CSV import files #38

Open
7 tasks
oubiwann opened this issue Jan 7, 2023 · 0 comments
Open
7 tasks

Support backing up CSV import files #38

oubiwann opened this issue Jan 7, 2023 · 0 comments
Labels
Milestone

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Jan 7, 2023

Whenever logins/creds are imported the files are currently left as-is, and left for the user to delete. But in the event that -- in the course of importing/exporting -- something goes wrong in the browser, or the wrong files override creds in the wrong browser, it would great to have a history (encrypted).

  • Add a backup db option
  • Establish a format for storing browser cred export files (type, timestamp, file bytes, id)
  • When importing, support the option of backing up and encrypting the entire file
  • When backing up the file, support the option of deleting the source file (only after checksum pass, and successful storage ... and maybe retrieval check too)
  • Allow listing of all imports
  • Allow writing one backed up bytes back to a file
  • Allow writing all backup up bytes to files
@oubiwann oubiwann added this to the Backlog milestone Jan 7, 2023
@oubiwann oubiwann modified the milestones: Backlog, 0.12.0 Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant