Date: Thu, 22 Jan 2009 21:34:54 +0100 From: Roland Smith <rsmith@xs4all.nl> To: bsd <bsd@todoo.biz> Cc: Liste FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Backup program on FreeBSD for DLT drive Message-ID: <20090122203454.GA6236@slackbox.xs4all.nl> In-Reply-To: <1B33B4FC-D369-42C5-B0EF-4F213E2F2FD0@todoo.biz> References: <1B33B4FC-D369-42C5-B0EF-4F213E2F2FD0@todoo.biz>
next in thread | previous in thread | raw e-mail | index | archive | help
--XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 22, 2009 at 08:30:56PM +0100, bsd wrote: > I am using a FreeBSD server 7.0 as a Samba server and wanted to backup = =20 > this server using Quantum DLT tape. >=20 > I would need a simple tool that could be configured rapidl at that's =20 > stable enough to provide high security for the data. > Ideally any good pointer to a howto would be a must! Read =A716.12 (Backup Basics) in the FreeBSD Handbook. You'll find the English version in /usr/share/doc/en_US.ISO8859-1/books/handbook/backup-bas= ics.html. For full backups dump(8) and mt(1) seem to be the tools of choice. If you use dump and you want encryption, you could pipe the dump output through openssl to encrypt it with e.g. the AES algorithm with a 256 bit key. Run 'openssl enc -help' to see the encryption algorithms available. All the tools mentioned above are available in the base system, which is a prequisite for restoring system partitions in my book. My own backup strategy is to write dumps or /, /usr and /var to an external USB harddisk or DVD, for an easy restore. For large data partition= s I prefer to rsync(1) to a geli(8) encrypted partition on an external harddisk, because it is faster and more convenient than a dump. 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) --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkl42G4ACgkQEnfvsMMhpyVytgCffMDooA84O9n6c655LsATUQ0n oFkAn2tL2f7JgvRfDFlNu/BWUL3WvnD0 =XgaM -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090122203454.GA6236>