We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This feature will enable selective copy of entries between two distinct database files.
keepassxc-cli copy source.kdbx target.kdbx --tags to-be-copied keepassxc-cli copy source.kdbx target.kdbx /groupPathToBeCopied
keepassxc-cli copy source.kdbx target.kdbx --tags to-be-copied
keepassxc-cli copy source.kdbx target.kdbx /groupPathToBeCopied
I'd like to be able to automatically keep a separate database up to date with only a subset of the entries of source.kdbx
source.kdbx
The text was updated successfully, but these errors were encountered:
Neat idea!
Sorry, something went wrong.
No branches or pull requests
Summary
This feature will enable selective copy of entries between two distinct database files.
Examples
keepassxc-cli copy source.kdbx target.kdbx --tags to-be-copied
keepassxc-cli copy source.kdbx target.kdbx /groupPathToBeCopied
Context
I'd like to be able to automatically keep a separate database up to date with only a subset of the entries of
source.kdbx
The text was updated successfully, but these errors were encountered: