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

How to backup? #29

Closed
yakuter opened this issue Apr 15, 2020 · 4 comments
Closed

How to backup? #29

yakuter opened this issue Apr 15, 2020 · 4 comments

Comments

@yakuter
Copy link
Collaborator

yakuter commented Apr 15, 2020

API needs a backup plan. Any ideas? For SQL lite file, it can be stored (icloud, google folder etc.) anywhere but what about Postgres and MySQL databases? I think there can be a cron job which gets the backup of dataabse table.

@murat
Copy link
Contributor

murat commented Apr 19, 2020

Maybe a cron would be nice to create database dumps and sync with a drive.
Also, there would be an option to import/export from/to another password managers.

@yakuter
Copy link
Collaborator Author

yakuter commented Apr 20, 2020

Cron job to a folder, drive etc. is a good idea. I was thinking the same. However I just added a simple Backup and Restore features for now. They have endpoints (/logins/backup, /logins/restore). They basically exports all logins to an encrypted file in ./store folder and restores from it.

Well there is already import/export. You can see in the API documentation.

@murat
Copy link
Contributor

murat commented Apr 22, 2020

Yep, I know the import/export endpoints but I meant directly import from another PM.

Edit: lastpass' export is pure csv, csv import/export enough. thank you.

@yakuter
Copy link
Collaborator Author

yakuter commented Apr 30, 2020

This issue is about backup and I am closing it. The another subject about direct importing which @murat said is true. We need something like this. I am going to open anoter issue for this.

@yakuter yakuter closed this as completed Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants