Path: utzoo!attcan!uunet!mcvax!unido!nixpbe!netmuc!bothe From: bothe@netmuc.UUCP Newsgroups: comp.unix.questions Subject: backup with compressed cpio files ? Message-ID: <9100001@netmuc> Date: 8 Feb 89 15:53:00 GMT Lines: 18 Nf-ID: #N:netmuc:9100001:000:430 Nf-From: netmuc.UUCP!bothe Feb 8 16:53:00 1989 hello, has anyone tested to backup compressed cpiofiles ? what i suggest is to save my files with: find . -print | compress | cpio -oacB >/dev/rmt0 and to restore them with