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

Improve backup passphrase UX #2365

Closed
petaramesh opened this Issue Oct 5, 2016 · 2 comments

Comments

Projects
None yet
4 participants
@petaramesh

Qubes OS version : R3.2

Expected behavior:

I would like to perform VM backups without encryption (as I'm sending backup to an already LUKS-encrypted device).

Actual behavior:

Even if the Encrypt backup check box is left unchecked, the GUI's [Next>] button will stay greyed out, unless 2 corresponding passwords are entered. (Then I dunno if they are actually used to encrypt the backup, or not...)

Steps to reproduce the behavior:

Try to perform a backup without encryption...

@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos Oct 5, 2016

Member
Member

adrelanos commented Oct 5, 2016

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Oct 5, 2016

Member

As @adrelanos points out, a password is required even if you opt not to use encryption, since the password is used to check the integrity of the backup. IIRC, you should be able to use an empty password for this if you want (maybe only with the CLI?).

I'll change the title of this issue to reflect the usability issue.

This would probably be a good candidate for an explanatory tooltip (#2211), so that we can explain to users what's going on here (i.e., why a password is required even without encryption).

Member

andrewdavidwong commented Oct 5, 2016

As @adrelanos points out, a password is required even if you opt not to use encryption, since the password is used to check the integrity of the backup. IIRC, you should be able to use an empty password for this if you want (maybe only with the CLI?).

I'll change the title of this issue to reflect the usability issue.

This would probably be a good candidate for an explanatory tooltip (#2211), so that we can explain to users what's going on here (i.e., why a password is required even without encryption).

@andrewdavidwong andrewdavidwong changed the title from Backup VMs want password event if unchecked to Improve backup passphrase UX Oct 5, 2016

@andrewdavidwong andrewdavidwong added this to the Release 3.2 milestone Oct 5, 2016

@jpouellet jpouellet referenced this issue in QubesOS/qubes-manager Feb 22, 2017

Merged

backups: Explain why passwords are always required #28

@marmarek marmarek closed this Feb 25, 2017

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