Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!bloom-beacon!snorkelwacker!tut.cis.ohio-state.edu!cs.utexas.edu!rice!sun-spots-request From: aai!leo@uunet.uu.net (Leo Pinard) Newsgroups: comp.sys.sun Subject: Re: making compressed backups Keywords: SunOS Message-ID: <4644@brazos.Rice.edu> Date: 1 Feb 90 04:28:00 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 30 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 22, message 2 of 16 In article <1990Jan12.092215.1567@aai.uu.net> I write: > >What is the best way to make compressed backups? I have been trying >things like: > >find /usr -depth -print | cpio -oBmc | compress | dd of=/dev/rmt8 > >but I've been having problems with segmentation faults and core dumps. >Another problem with this method is that everything must fit on one >tape. Is there another or better way to do this? I have done some experimenting and it is cpio that is dumping core. This happens at the same place in my test files on both our Sun 3 and Sun 4 running 4.0.3 when listing the files in the archive using cpio -itvc