how to encrypt/decrypt remote folder ?

2012-11-22 Thread J. B
Dear All, I am interested to know about folder encryption technology available in Linux for remote backup purpose. Let me clarify. I do my daily backup through ssh+rsync to a remote server. It is quite fast because of rsync. On the remote box all the backups are stored inside a folder. How can I

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Ralf Mardorf
http://www.cyberciti.biz/tips/linux-how-to-encrypt-and-decrypt-files-with-a-password.html -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1353575256.19877.104.camel@q

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Ralf Mardorf
echo password | gpg --batch -q --passphrase-fd 0 --cipher-algo AES256 -c /tmp/file.tgz echo password | gpg --batch -q -o /tmp/file.tgz --passphrase-fd 0 --decrypt /tmp/file.tgz.gpg http://www.linuxscrew.com/2007/08/16/encryption-files-with-gpg-without-user-intervention-batch/ -- To

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread J. B
On Thu, 22 Nov 2012 10:07:36 +0100 Ralf Mardorf ralf.mard...@alice-dsl.net wrote: http://www.cyberciti.biz/tips/linux-how-to-encrypt-and-decrypt-files-with-a-password.html but it can't encrypt folder -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread J. B
On Thu, 22 Nov 2012 10:17:28 +0100 Ralf Mardorf ralf.mard...@alice-dsl.net wrote: echo password | gpg --batch -q --passphrase-fd 0 --cipher-algo AES256 -c /tmp/file.tgz echo password | gpg --batch -q -o /tmp/file.tgz --passphrase-fd 0 --decrypt /tmp/file.tgz.gpg Thanks, but it doesn't

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Ralf Mardorf
Oops, send to ebian-u...@lists.debian.org first: ^ On Thu, 2012-11-22 at 10:38 +0100, Ralf Mardorf wrote: On Thu, 2012-11-22 at 14:51 +0530, J. B wrote: On Thu, 22 Nov 2012 10:07:36 +0100 Ralf Mardorf ralf.mard...@alice-dsl.net wrote:

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread tv.deb...@googlemail.com
On 22/11/2012 09:56, J. B wrote: Dear All, I am interested to know about folder encryption technology available in Linux for remote backup purpose. Let me clarify. I do my daily backup through ssh+rsync to a remote server. It is quite fast because of rsync. On the remote box all the backups

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Ralf Mardorf
On Thu, 2012-11-22 at 14:57 +0530, J. B wrote: On Thu, 22 Nov 2012 10:17:28 +0100 Ralf Mardorf ralf.mard...@alice-dsl.net wrote: echo password | gpg --batch -q --passphrase-fd 0 --cipher-algo AES256 -c /tmp/file.tgz echo password | gpg --batch -q -o /tmp/file.tgz --passphrase-fd 0

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread J. B
On Thu, 22 Nov 2012 10:45:01 +0100 tv.deb...@googlemail.com tv.deb...@googlemail.com wrote: On 22/11/2012 09:56, J. B wrote: Dear All, I am interested to know about folder encryption technology available in Linux for remote backup purpose. Let me clarify. I do my daily backup through

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Kushal Kumaran
J. B baksh...@gmail.com writes: On Thu, 22 Nov 2012 10:17:28 +0100 Ralf Mardorf ralf.mard...@alice-dsl.net wrote: echo password | gpg --batch -q --passphrase-fd 0 --cipher-algo AES256 -c /tmp/file.tgz echo password | gpg --batch -q -o /tmp/file.tgz --passphrase-fd 0 --decrypt

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Jon Dowland
On Thu, Nov 22, 2012 at 10:52:44AM +0100, Ralf Mardorf wrote: If I type encfs vs into Google I get: Honestly, doing a basic google search and splurging the results into a mailing list post helps nobody. If you don't have personal experience of solving the problem, don't post. -- To

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Ralf Mardorf
On Thu, 2012-11-22 at 09:58 +, Jon Dowland wrote: On Thu, Nov 22, 2012 at 10:52:44AM +0100, Ralf Mardorf wrote: If I type encfs vs into Google I get: Honestly, doing a basic google search and splurging the results into a mailing list post helps nobody. If you don't have personal

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Ralf Mardorf
On Thu, 2012-11-22 at 11:05 +0100, Ralf Mardorf wrote: On Thu, 2012-11-22 at 09:58 +, Jon Dowland wrote: On Thu, Nov 22, 2012 at 10:52:44AM +0100, Ralf Mardorf wrote: If I type encfs vs into Google I get: Honestly, doing a basic google search and splurging the results into a

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Zenaan Harkness
If enough people consider a problem such, it is easy to route around.. If one person consider another a problem, kill-file is a (partial?) route around for them. Perhaps debian-user_speak-your-firetrucking-m...@lists.debian.org? :) Shorter needed, so probably debian-user-uncensored@ldo Would

Re: how to encrypt/decrypt remote folder ?

2012-11-22 Thread Rob Owens
On Thu, Nov 22, 2012 at 02:26:59PM +0530, J. B wrote: Dear All, I am interested to know about folder encryption technology available in Linux for remote backup purpose. Let me clarify. I do my daily backup through ssh+rsync to a remote server. It is quite fast because of rsync. On the