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

Add Cut/Copy/Paste to transfer entries from one DB to the other #7106

Closed
Yanestra opened this issue Nov 4, 2021 · 2 comments
Closed

Add Cut/Copy/Paste to transfer entries from one DB to the other #7106

Yanestra opened this issue Nov 4, 2021 · 2 comments

Comments

@Yanestra
Copy link

Yanestra commented Nov 4, 2021

Summary

To transfer entries from one DB to the other, functions like Cut/Copy/Paste on single and preferably multiple DB entries would be needed.

Examples

Context

I want to create a DB which is about to contain several entries from a "master" DB and meant to be given away to employees. The only way to this at the moment is to export the whole master DB, delete the entries not needed and import it again as a different DB. That's pretty time-consuming and not a good way to go.

@droidmonkey
Copy link
Member

You could also:

  • drag and drop the entries you want to copy to the new database, hold CTRL when dragging to copy instead of move
  • copy the actual master kdbx file, open the copy and delete entries not needed. Also recommend resetting the database uuid under database settings -> browser integration
  • don't do any of this and just make a couple targeted databases and drop them in a read only network share so employees can open them directly. This has the side benefit of being able to reset passwords without redistribution.

@droidmonkey
Copy link
Member

This is a duplicate of #172 #2074

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants