From d4776a3162e6afe8ca07cbc85f84e79bafa6ac2a Mon Sep 17 00:00:00 2001 From: sfowijowa Date: Fri, 17 Jul 2015 18:20:06 +0000 Subject: [PATCH] Added a comment --- .../comment_2_6d88e5a48de78e6add0e4e4b6ebc3f1b._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Use_password_protected_gpg_keypair_without_password_prompt__63__/comment_2_6d88e5a48de78e6add0e4e4b6ebc3f1b._comment diff --git a/doc/forum/Use_password_protected_gpg_keypair_without_password_prompt__63__/comment_2_6d88e5a48de78e6add0e4e4b6ebc3f1b._comment b/doc/forum/Use_password_protected_gpg_keypair_without_password_prompt__63__/comment_2_6d88e5a48de78e6add0e4e4b6ebc3f1b._comment new file mode 100644 index 0000000000..99b64002ff --- /dev/null +++ b/doc/forum/Use_password_protected_gpg_keypair_without_password_prompt__63__/comment_2_6d88e5a48de78e6add0e4e4b6ebc3f1b._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="sfowijowa" + subject="comment 2" + date="2015-07-17T18:20:06Z" + content=""" +Hi, I am using the \"--passphrase-file\" option outside git-annex to sign the files that have to be backed up: +\"gpg --batch --passphrase-file /home/user/.gnupg/pass.txt --no-tty --yes --detach-sign /tmp/root.tar.gz\" Unfortunately, I couldn't find a way to pass this option to gpg with git-annex. In duplicity, for example, you can pass gpg options with \"dupclitiy --gpg-options '--passphrase-file /home/user/.gnupg/pass.txt'\" Best regards +"""]]