Re: tape backup from remote
From: Chris Shenton (chris_at_shenton.org)
Date: 03/31/04
- Previous message: Erik _at_ MicroController.nl: "Re: HTTP SEARCH"
- In reply to: Christoph Sold: "Re: tape backup from remote"
- Next in thread: Bill Vermillion: "Re: tape backup from remote"
- Reply: Bill Vermillion: "Re: tape backup from remote"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Christoph Sold <cs@cheasy.de> Date: Wed, 31 Mar 2004 11:22:04 -0500
Christoph Sold <cs@cheasy.de> writes:
> Amanda dumps (or tars -- your choice) to a holding disk on the backup
> server. After enough data has been collected to stream to tape, the
> tape is started. Keeps the tape streaming.
I've also used Amanda and like it for this reason. The only problem,
and it can be a killer depending on your situation, is that each dump
*must* fit on a physical tape; amanda doesn't know how to split a
too-large dump across multiple tapes. They've wanted this feature for
years but don't believe it's been implemented yet. (if so, let me know!)
As someone else suggested, many folks are now dumping tape (pun intended)
all together and backing up to disk. Tape's slow, expensive, and
small compared to fast, cheap disk.
I've been considering using rsync to a remote site's disk, and each
day rsyncing to a different destination directory, e.g., Monday/,
Tuesday/, ... Sunday/. That way I have multiple copies/versions of my
data -- like you would on multiple tapes.
The simplistic way of rsyncing (or copying) to one destination is that
if you don't notice you've deleted that critical file until a couple
days later, the copy will also not have it.
Oh, if you're using FreeBSD-5.x, look into the cool "snapshot"
feature. It creates a frozen read-only image of your filesystem at an
instant in time. You can then back that up (however you want) without
worrying about open files. You can also use as a "backup" in the case
of users deleting file; obviously it won't protect you from a disk
self-destructing.
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Erik _at_ MicroController.nl: "Re: HTTP SEARCH"
- In reply to: Christoph Sold: "Re: tape backup from remote"
- Next in thread: Bill Vermillion: "Re: tape backup from remote"
- Reply: Bill Vermillion: "Re: tape backup from remote"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|