Re: Backup advice
- From: Olivier Nicole <on@xxxxxxxxxxxx>
- Date: Thu, 24 May 2007 10:19:58 +0700 (ICT)
Hi,
So I feel a need to start backing up my servers. To that end, I've
decided that it's easier for me to grab an external USB drive instead
of a tape.
It's certainly faster, easier and cheaper now days.
It would seem dump/restore are the tools of choice.
This really repends of what you are backuping. Dump is OS
specific. Ifwhat really, really matters is the data, notthe OS, not
the software, tar may be more generic and could even be recovered on a
Windows machine.
My
backup strategy is pretty much "I don't want to be screwed if my RAID
goes away". That said I have a few questions along those lines:
- Most articles I've read suggest a full backup, followed by
incremental backups. Is there any real reason to adopt that format
for a backup strategy like mine, or is it reasonable to just do a
dump 0 nightly? I think the only reason to do just one full backup
per 'cycle' would be to preserve system resources, as I'm sure it's
fairly taxing on the system during dump 0 times.
Depends on your retore needs. Once you have backup you may soon find
out that you want to restore data from 2 days ago, if you keep only
the latest dump 0, you cannot.
If you plan to keep several runs of dump 0, going incremental will
save you time and disk space (at the cost of some time in case of
recovery, but we expect recovery will never be needed...)
- Can dump incrementally update an existing dump, or is the idea that
a dump is a closed file and nothing except restore should ever touch it?
No. Incremental dumps are just other files, so for 50 GB of data and 5
GB changing each day, you would need a backup space equal to 50GB for
dump 0 plus 5GB for each incremental.
- How much does running a backup through gzip actually save? Is
taxing the system to compress the dump and the extra time it takes
actually worth it, assuming I have enough space on my backup drive to
support a dump 0 or two?
Not sure if dump is not already compressed.
- Other folks dumping to a hard drive at night? Care to share any of
your experiences/rationale?
I have been running Amanda for years, on tape because the tape drive
is still solid, next support will be external drive (USB, eSATA,
whatever comes next). I backup FreeBSD, some Linuxes, various
windows...
I use Gnu tar with Amanda, so my tapes can be read on many OS'es.
Olivier
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Backup advice
- From: Jason Lixfeld
- Backup advice
- Prev by Date: Re: Can't Figure out What I Did to Our Environment FreeBSD6.2. fixed
- Next by Date: Re: "portmanager -s" deletes ports?
- Previous by thread: Re: Backup advice
- Next by thread: Re: Backup advice
- Index(es):
Relevant Pages
|