-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Support --insecure-no-password #497
Comments
Hey, very reasonable. The blocker here at the moment is just a UI validation: https://github.com/garethgeorge/backrest/blob/main/webui/src/views/AddRepoModal.tsx#L690-L738 . The existing validation should additionally check what flag overrides have been specified (I think a simple substring search for This should be supported out of the box by the daemon. I'm about to leave on vacation so I won't get to this for a few weeks, but it should be very straightforward. |
i'm also interested in this feature. |
@caiotizio as far as I can tell, this has already been implemented in the latest version. Perhaps @garethgeorge can confirm this? |
Just tested. On 1.7.1 this issue still persists |
Is your feature request related to a problem? Please describe.
I would like to create backups of non-confidential files without password encryption.
Describe the solution you'd like
Since restic 0.17, the
--insecure-no-password
flag has been supported to allow creation of repos without password encryption. It would be great if Backrest could support this flag also.Right now if I try to create a repo without a password, I get an error message saying
Perhaps there can be a checkbox for disabling the password? Alternatively, if the goal is to discourage passwordless backups, could the error condition be updated to allow no password to be set when
--insecure-no-password
is added as a flag?Thank you!
The text was updated successfully, but these errors were encountered: