Xref: utzoo comp.unix.questions:19188 alt.sys.sun:457 Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!aai!leo From: leo@aai.uu.net (Leo Pinard) Newsgroups: comp.unix.questions,alt.sys.sun Subject: Re: making compressed backups Message-ID: <1990Jan17.180814.1772@aai.uu.net> Date: 17 Jan 90 18:08:14 GMT References: <1990Jan12.092215.1567@aai.uu.net> Reply-To: leo@aai.UUCP (Leo Pinard) Organization: Amerinex Artificial Intelligence, Amherst MA Lines: 31 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