Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upBackup should accept a stdin password or a file key #1653
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
cfcs
commented
Jan 17, 2016
|
Also useful for stuff like this: https://github.com/cfcs/scramlkb |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
Rudd-O
Jan 19, 2016
Agreed. No need to use the stupid getpass module. There's no additional security by demanding reads from a tty.
Rudd-O
commented
Jan 19, 2016
|
Agreed. No need to use the stupid getpass module. There's no additional security by demanding reads from a tty. |
marmarek
added
enhancement
C: core
P: major
labels
Jan 19, 2016
marmarek
added this to the Release 3.2 milestone
Jan 19, 2016
added a commit
to marmarek/old-qubes-core-admin
that referenced
this issue
Jan 20, 2016
marmarek
referenced this issue
in marmarek/old-qubes-core-admin
Jan 20, 2016
Closed
backup: add options useful for scripted backups #11
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Take a look at https://github.com/marmarek/qubes-core-admin/pull/11 |
added a commit
to marmarek/old-qubes-core-admin
that referenced
this issue
Jan 25, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Fixed in QubesOS/qubes-core-admin#20 |
marmarek
closed this
May 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rudd-O commentedJan 17, 2016
Right now there is no way to avoid typing the password in the backup. This bodes badly for automated backups, where the password is stored in the TCB (dom0) as a keyfile or perhaps piped into the backup program from the calling script.
This feature would make it so easy to do automated backups without having to deal with the cancer that is expect.
Thanks!