From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 13:40:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6156416A419 for ; Wed, 29 Aug 2007 13:40:15 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8BAEA13C442 for ; Wed, 29 Aug 2007 13:40:14 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7TDe5oA013199; Wed, 29 Aug 2007 15:40:05 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7TDe5dB013196; Wed, 29 Aug 2007 15:40:05 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 29 Aug 2007 15:40:05 +0200 (CEST) From: Wojciech Puchar To: Lisandro Grullon In-Reply-To: Message-ID: <20070829153832.I13181@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: How to use dump? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2007 13:40:15 -0000 > > Hi Daemons, > I have been trying to learn this amazing OS in the last few months, it has a lot of tools which can be useful within my toolbox. I am having some issues using this tool call "Dump", currently located under /sbin/dump, you all know that. ;-). Well, my goal is to do a dump of file system /home which holds all the directories of my users into an external USB drive /dev/da0s1d with mount point is /backup. dump doesn't copy files to files, but files to raw device (partition, tape, DVD) or to one/few big files. if you like to backup to disk on filesystem use rsync, or just cp or tar. first allow you to synchronize trees