Merge pull request #1720 from mholt/new-password-flag

key: Add --new-password flag for non-interactive password changes
This commit is contained in:
Alexander Neumann
2018-04-20 14:52:41 +02:00
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Add --new-password-file flag for non-interactive password changes
This makes it possible to change a repository password without being prompted.
https://github.com/restic/restic/issues/827
https://github.com/restic/restic/pull/1720
https://forum.restic.net/t/changing-repo-password-without-prompt/591