From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 17:04:37 2008 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 1D03F16A41A for ; Fri, 11 Jan 2008 17:04:37 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9F25B13C458 for ; Fri, 11 Jan 2008 17:04:36 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0BH4USB079783; Fri, 11 Jan 2008 18:04:30 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 1447EB8FC; Fri, 11 Jan 2008 18:04:30 +0100 (CET) Date: Fri, 11 Jan 2008 18:04:30 +0100 From: Roland Smith To: sebosik@demax.sk Message-ID: <20080111170430.GB83724@slackbox.xs4all.nl> Mail-Followup-To: sebosik@demax.sk, freebsd-questions@freebsd.org References: <57024.158.193.82.109.1200042932.squirrel@webmail.demax.sk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline In-Reply-To: <57024.158.193.82.109.1200042932.squirrel@webmail.demax.sk> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: BACKUP: multiple DVDs, burning from pipe 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: Fri, 11 Jan 2008 17:04:37 -0000 --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 11, 2008 at 10:15:32AM +0100, sebosik@demax.sk wrote: > Hi all >=20 > is there any way how to backup filesystem with ACL's and permissions > directly from stdin to multiple DVDs? With a little work, yes. The only way to backup UFS filesystems with ACLs etc is dump. Make sure that you have a filesystem with >4GB free space. Add a directory on this fs, and set the nodump flag. Have a look at the 'dodumps' script on my FreeBSD page; http://www.xs4all.nl/~rsmith/freebsd/index.html#backups=20 If you use dump like I do in dodumps, it splits the output in DVD-sized chunks. After every chunk, it waits for you to type 'yes' to proceed.=20 So what you can do is burn the first dumpfile to a DVD (don't bother wrapping a cd9660 fs around it), delete it, and then continue with the dump. Alternatively, you could buy an external USB harddisk which will have room to spare and save you dumps on that. :-) Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHh6GeEnfvsMMhpyURAh1uAJ45LkdlTt4YF84M9nrKhsRHLXgoCACfXBdb +ns6XxRpGEJ3oeCd2gDAFSo= =afi2 -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ--