Date: Thu, 18 Aug 2005 17:32:35 +0200 From: Roland Smith <rsmith@xs4all.nl> To: imnotmork_listas@area3.net Cc: freebsd-questions@freebsd.org Subject: Re: Backup to CD-R Message-ID: <20050818153235.GA97844@slackbox.xs4all.nl> In-Reply-To: <2510096559.20050818103603@area3.net> References: <2510096559.20050818103603@area3.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 18, 2005 at 10:36:03AM +0200, imnotmork_listas@area3.net wrote: > a3bm() { >=20 > Hi! I was wondering if somebody can give me a clue to how to > schedulle regular backups to CD-R. I'm using FreeBSD 5.3. If your dumps are so small they will fit on CD-R, you could do the following: - make a dump dump -0 -a -L -f - /usr |gzip -c >usrdump.gz - use mkisofs to make an ISO file containing your dump mkisofs -r -pad -o usrdump.iso usrdump.gz - burn the ISO to CD-R with cdrecord or burncd. If the gzipped dump file is larger than a CD, you could use split(1), to make CD-sized chenks, and burn them to different CD's.=20 > By now, i can asume that the best choice is to use 'dump' but i > can't realize how to use the CD-R as a 'writeable' device. If you want to use a CD as a kind of harddisk, you could use an UDF filesystem. See udfclient in ports. If the dumps are big, upgrade to a DVD burner and use growisofs(1) to burn the data to DVD. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDBKoTEnfvsMMhpyURAlexAJ0bI80VCBklESbLFX9MHdvJx8ns8ACdGgAM cn+jaCp4nq3aP6CVmlYfgzY= =yDXc -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050818153235.GA97844>