home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81a0ee
)
Improve borg script user experience.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 6 May 2019 21:47:46 +0000
(23:47 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 6 May 2019 21:47:46 +0000
(23:47 +0200)
all_new_2018/borg.sh
patch
|
blob
|
history
diff --git
a/all_new_2018/borg.sh
b/all_new_2018/borg.sh
index ec18029aec81f18bd85fccfd916fa37e84ab25a4..2c276bf27b090519709fca4054be43c9430a74d4 100755
(executable)
--- a/
all_new_2018/borg.sh
+++ b/
all_new_2018/borg.sh
@@
-17,9
+17,10
@@
usage() {
read_pw() {
eval $(ssh-agent)
+ echo "ssh-add"
ssh-add
stty -echo
- printf "
P
assphrase: "
+ printf "
Borg p
assphrase: "
read password
stty echo
printf "\n"