Path: utzoo!attcan!uunet!aai!leo From: leo@aai.uu.net (Leo Pinard) Newsgroups: comp.unix.questions Subject: making compressed backups Message-ID: <1990Jan12.092215.1567@aai.uu.net> Date: 12 Jan 90 09:22:15 GMT Reply-To: leo@aai.uu.net (Leo Pinard) Organization: Amerinex Artificial Intelligence, Amherst MA Lines: 15 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? We just started getting this group today. If this has been discussed before, please send me the summary. Thanks! Leo leo@aai.uu.net uunet!aai!leo