gpg to a pipe

2005-01-03 Thread Antonin Karasek
Hi, I make my backups by tar and encrypt it by gpg. I do the job over pipe because I don't have too much disk space. The result is 28GB file backup.tar.gpg Then I send the file over ftp to backup server. Is it possible to send the file directly from a pipe? More precisely - gpg will write it's

Re: gpg to a pipe

2005-01-03 Thread Antonin Karasek
Many thanks - it works. But there is another problem. I want ftp to read the file from a pipe. I get this error: local: backup.tar.gpg remote: backup.tar.gpg backup.tar.gpg: not a plain file. (backup.tar.gpg is a pipe) Is it anyhow possible to force ftp to read the file from a pipe? Many thanks

Re: gpg to a pipe

2005-01-03 Thread Alexandros Papadopoulos
On Monday 03 January 2005 12:29, Antonin Karasek wrote: Many thanks - it works. But there is another problem. I want ftp to read the file from a pipe. I get this error: local: backup.tar.gpg remote: backup.tar.gpg backup.tar.gpg: not a plain file. (backup.tar.gpg is a pipe) Is it anyhow

Re: gpg to a pipe

2005-01-03 Thread Antonin Karasek
It's a little hard-core, but I CAN pipe over ftp - I just found yout how. Fro a case, that anybody else need this, here is the script: #!/bin/bash date cd /backup mknod week.tar p mknod week.tar.gpg p tar -cpf week.tar --exclude=proc / echo password | gpg -c --passphrase-fd 0 \ --no-tty

Re: gpg to a pipe

2005-01-03 Thread Fraser Campbell
On Monday 03 January 2005 04:05, Antonin Karasek wrote: I make my backups by tar and encrypt it by gpg. Are you doing this to protect the stored data or to protect the data in transit (ftp)? Is it possible to send the file directly from a pipe? More precisely - gpg will write it's output

Re: Re: exim or postfix

2005-01-03 Thread Ing. Jorge Escudero
What POP or IMAP or Web mail Server use to exim on Debian? thanks you -- Ing. Jorge Escudero Seguridad Informática Unidad de Información Financiera Ministerio de Justicia Cerrito 264, 3er. piso 1010 - Capital Federal TE 4384-5981 int. 327 http://www.uif.gov.ar/ -- To UNSUBSCRIBE, email to [EMAIL