Gurus, It was my typo error (empty head), still I wasn't disappointed by sending it to the list because you get different feedbacks/ways of doing things. Thanks goes to : Lumpkin, Buddy David Foster Robert L. Harris Matthew Stier ddunham@tsg.taos.com JULIAN, JOHN C (AIT) Christian Iseli for their valuable time. I am going to avid using cat as Darren suggested below. cpio -ocv < /tmp/myfiles.txt | gzip -c > /mydir/myfile.cpio.gz Thanks Uman --- UmanS <kedaran0504@yahoo.com.au> wrote: > Hi Managers/Gurus, > > Currently I am backing up some files in the > following > way: > find /mypath1 /mypath2 -depth -print |cpio -ocv > |gzip > >/mydir/myfile.cpio.gz (about 2gb file) > > Now I want to run this as > > cat `/tmp/myfiles.txt` |cpio -ocv |gzip > >/mydir/myfile.cpio.gz > > Problem is in this method gzip doesn't work. Any > help > is appreciated. > > Thanks > Uman > > http://careers.yahoo.com.au - Yahoo! Careers > - 1,000's of jobs waiting online for you! > http://careers.yahoo.com.au - Yahoo! Careers - 1,000's of jobs waiting online for you! _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Mon Oct 28 09:56:23 2002
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:56 EST