diff options
-rw-r--r-- | backup/stream-tar-xz-gpg-ftp.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backup/stream-tar-xz-gpg-ftp.sh b/backup/stream-tar-xz-gpg-ftp.sh index f688460..69dc8e4 100644 --- a/backup/stream-tar-xz-gpg-ftp.sh +++ b/backup/stream-tar-xz-gpg-ftp.sh @@ -6,6 +6,16 @@ destproto=ftp destserver=backup-server.net destuid=user destpwd=password + +# +# gpg keys to encrypt to +# you need to import and sign those +# import: +# gpg --import <file> +# gpg --recv-key 0x8ED60127 +# sign: +# gpg --sign-key 0x8ED60127 +# destencr1=0xB848A4B4 destencr2=0x8ED60127 destencr3=0x43681400 |