Re: Supressing dd output

2009-12-24 Thread Dan Nelson
In the last episode (Dec 24), Rolf G Nielsen said: > Noel Jones wrote: > > On Wed, Dec 23, 2009 at 10:19 PM, Rolf Nielsen wrote: > >> I'm wondering if there's a way to supress the summary output from dd. > >> I'm working on a backup script, that encrypts the backups, and after > >> encrypting over

Re: Supressing dd output

2009-12-23 Thread Rolf G Nielsen
Noel Jones wrote: On Wed, Dec 23, 2009 at 10:19 PM, Rolf Nielsen wrote: Hello everyone, I'm wondering if there's a way to supress the summary output from dd. I'm working on a backup script, that encrypts the backups, and after encrypting overwrites the unencrypted file several times using dd.

Re: Supressing dd output

2009-12-23 Thread Noel Jones
On Wed, Dec 23, 2009 at 10:19 PM, Rolf Nielsen wrote: > Hello everyone, > > I'm wondering if there's a way to supress the summary output from dd. I'm > working on a backup script, that encrypts the backups, and after encrypting > overwrites the unencrypted file several times using dd. I've tried t

Supressing dd output

2009-12-23 Thread Rolf Nielsen
Hello everyone, I'm wondering if there's a way to supress the summary output from dd. I'm working on a backup script, that encrypts the backups, and after encrypting overwrites the unencrypted file several times using dd. I've tried to redirect the output with 2>&1 > /dev/null but it doesn't w