Feature name
I’d like to be able to pick the location and a file name when exporting the vault. Like when saving any file in e.g. a browser.
Feature function
This will make it possible to save the backup straight to a secure and dedicated backup medium, e.g. a USB key.
Why I really want this feature is to save the Vault export to a named pipe so the password backup doesn’t even hit disk, only ram. (Shameless plug; I wrote GitHub - simmel/bitwarden-backup: 🔐Securer and composable Bitwarden backup via named pipes or filesystem notification and e.g. PGP to do this)
This will make backups more secure and precise for users. It will give the user more options (which tends to be bad) but I’m pretty sure the “Save As” dialogue is something that all users are comfortable with.
Related topics + references
Allow exporting to vault to stdout mentions that you can do this with the CLI but I don’t really use the CLI and I don’t like that the CLI doesn’t automatically lock itself (because I will forget to lock it, that you can be sure of).