2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 00:20:48 +00:00
restic/cmd/restic
Pauline Middelink d9b9bbd4a8 Force restic to ask the password when adding a key.
As `restic key add` uses the same `ReadPasswordTwice()` as the
rest of restic, it is sensitive to the environment variable
RESTIC_PASSWORD or --password-file= override.

When asking for the new key, temporary remove these 2 overrides, forcing
the password to be asked.
2017-07-24 22:00:44 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
.gitignore Moves files 2017-07-23 14:19:13 +02:00
background_linux.go Run goimports 2017-07-23 14:21:03 +02:00
background.go Moves files 2017-07-23 14:19:13 +02:00
cleanup.go Run goimports 2017-07-23 14:21:03 +02:00
cmd_autocomplete.go Moves files 2017-07-23 14:19:13 +02:00
cmd_backup.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_cat.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_check.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_dump.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_find.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_forget.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_init.go Run goimports 2017-07-23 14:21:03 +02:00
cmd_key.go Force restic to ask the password when adding a key. 2017-07-24 22:00:44 +02:00
cmd_list.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_ls.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_migrate.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_mount.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_options.go Run goimports 2017-07-23 14:21:03 +02:00
cmd_prune.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_rebuild_index.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_restore.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_snapshots.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_tag.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_unlock.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
cmd_version.go Moves files 2017-07-23 14:19:13 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
find.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
flags_test.go Moves files 2017-07-23 14:19:13 +02:00
format.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
global_debug.go Run goimports 2017-07-23 14:21:03 +02:00
global_release.go Moves files 2017-07-23 14:19:13 +02:00
global.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
integration_fuse_test.go Fuse testing leaves test mountpoint around. Move it under the testing tree which is removed after each test. 2017-07-24 20:33:39 +02:00
integration_helpers_test.go Fuse testing leaves test mountpoint around. Move it under the testing tree which is removed after each test. 2017-07-24 20:33:39 +02:00
integration_helpers_unix_test.go Moves files 2017-07-23 14:19:13 +02:00
integration_helpers_windows_test.go Moves files 2017-07-23 14:19:13 +02:00
integration_test.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
local_layout_test.go Fix paths for tests 2017-07-23 14:39:57 +02:00
lock.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
main.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
table.go Moves files 2017-07-23 14:19:13 +02:00