From owner-freebsd-questions Tue Apr 2 23:25:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00971 for questions-outgoing; Tue, 2 Apr 1996 23:25:42 -0800 (PST) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA00961 for ; Tue, 2 Apr 1996 23:25:25 -0800 (PST) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id IAA15998 for freebsd-questions@freefall.freebsd.org; Wed, 3 Apr 1996 08:06:18 +0200 Message-Id: <199604030606.IAA15998@nixpbe.pdb.sni.de> Subject: Re: Backup Software To: terry@lambert.org (Terry Lambert) Date: Wed, 3 Apr 96 9:21:09 MET DST From: Greg Lehey Cc: lutz@muc.de, ishort@pcm.co.za, freebsd-questions@freefall.freebsd.org In-Reply-To: <199604021802.LAA16620@phaeton.artisoft.com>; from "Terry Lambert" at Apr 2, 96 11:02 am X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >> -Well, I can backup up my system using find and cpio now, thanks to >> -some help from the mailing list archives, but I must say I don't like >> -it too much. >> >> I wouldn't use cpio (or tar) to backup my system. They both have problems >> with special files, sparse file and files with long names. You should >> better use dump/restore instead. I' using the following command: >> dump 0uBf >> Repeat foreach file system. > > I wouldn't backup special files. Why not? I find it a useful feature, if it's done right. My definition of 'right' is that restoring a special file restores the file's inode, not any 'contents' it might have. Greg