Hi,

Can anyone help me with the proper syntax for this problem :

I want to backup a single uv file (DYNAMIC) and compress it with gzip in one
go, i have no problems doing it in two steps like this :
   
   /usr/uv/bin/uvbackup -f -v -l "TEST" /data1/MEMBERSHIP/GM.MEDLE >
/backup/GM.MEDLE
   gzip -9 /backup/GM.MEDLE

   this leaves me with GM.MEDLE.gz in /backup, very nicely

since uvbackup uses stdout
and gzip uses stdin it must somehow be possible to redirect gzip output to
/backup/GM.MEDLE.gz

best regards from denmark

Claus Derlien
edb-afdelingen
direkte : 63 13 86 69
email   : [EMAIL PROTECTED]


Frie Funktionærer - faglig organisation og tværfaglig a-kasse - www.f-f.dk

***************************************************************************************************************************************
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der 
kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse 
modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak.
***************************************************************************************************************************************
This email and any files transmitted with it may contain confidential information 
intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If you 
have received this
communication in error, please notify us immediately by telephone: +45 6313 8550. 
Thank you.
***************************************************************************************************************************************

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to