From owner-freebsd-questions@FreeBSD.ORG Sun Jan 15 15:20:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C28016A41F for ; Sun, 15 Jan 2006 15:20:43 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id B278143D48 for ; Sun, 15 Jan 2006 15:20:42 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from nbbsd.grtn (82.59.190.115) by vsmtp4.tin.it (7.2.060.1) (authenticated as vdemart1@tin.it) id 43C81F7B0014188F for freebsd-questions@freebsd.org; Sun, 15 Jan 2006 16:20:51 +0100 From: vittorio To: freebsd-questions@freebsd.org Date: Sun, 15 Jan 2006 16:20:34 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200601151620.34553.vdemart1@tin.it> Subject: Backing up an encrypted partition 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: Sun, 15 Jan 2006 15:20:43 -0000 =46rom time to time I backup up my ad0s3a and ad0s3d partitions by means of= dump=20 issuing a 'dump -a0f fileA /dev/ad0s3a' etc. Having just set up a gdbe encrypted partition /dev/ads0s3e which I mount wi= th gbde attach /dev/ad0s3e -l /etc/gbde/ad0s3e mount /dev/ad0s3e.bde /mydir/encrypt I wonder WHAT should I now dump when backing up: dump -a0f fileE /dev/ad0s3e OR dump -a0f fileE /dev/ad0s3e.bde ? Ciao Vittorio