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

Feature Request: Add support for secure backup and restore of Bumblebee profile paths #5

Open
thoughtrealm opened this issue Jan 9, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@thoughtrealm
Copy link
Owner

Add a feature that will provide backup and restore functionality for the Bumble config paths. This will use the new symmetric bundling and directory bundling features.

Requirements:

  • Add command "backup <[profile | all> [--key <key>] --output-file <output-file>"

  • Add command "restore <profile | all> [--key <key>] --input-file <input-file>"

  • If the flag "--key" is not provided, then prompt for the key.

  • The config yaml will need to be read and written for this functionality.

  • A profile name of "all" means to backup all profiles.

  • Compression will follow the the functionality in the new compression feature

@thoughtrealm thoughtrealm added the enhancement New feature or request label Jan 9, 2024
@thoughtrealm thoughtrealm added this to the Phase 1 CLI milestone Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant