You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: