Re[2]: Question in occasion of SCSI devices (the tape store)
- From: Nick <nick@xxxxxxxxxxxxxxxxx>
- Date: Fri, 9 Jun 2006 10:28:25 +0300
Çäðàâñòâóéòå, Alex.
Âû ïèñàëè 8 èþíÿ 2006 ã., 17:18:59:
Nick wrote:
The tape is new and empty and I don't know what way is more likely for(You should copy freebsd-questions@xxxxxxxxxxx on your replies).
me may be You can give me Your advice what way I should choose for
copy my information daily?
It depends. If you are just writing some small subset of files from a
filesystem (e.g. your home directory) then tar would do.
If you want to back up your machine, and the tape drive is big enough,
then use dump.
Both have good manual pages.
Confusingly, FreeBSD has two versions of "tar" and which one is the
default "tar" has changed recently. For simple stuff, they will be
compatible with each other.
bsdtar : bsd derived version of tar which in theory will know about
filesystem flags, but if you don't use them then it won't matter. Also
seems to mess up if the archive you write is compressed but happens to
be empty (might be fixed by now).
gtar or gnu tar : GNU GPL version of tar. This is the tar you get on
Linux, for example. Won't know anything about specific FreeBSD
filesystem things like flags.
Other options include cpio (a bit like tar) or specialist backup
software like bacula which you'll find in the ports. I can't comment
either since I've never used them.
You're still very vague about what you want to do; with more specific
information better advice might be possible. E.g. "I want to backup up
my home directory and email files every day"; or "I have four 80Gb disks
which I need to back up to a 40Gb compressing tape drive, what should I
use?".
--Alex
thanks for help Alex I found the best way for me to write info to the
tape.
Can You answered on the last question How can I see free size on the
tape or size what I filled?
--
Ñ óâàæåíèåì,
Nick mailto:nick@xxxxxxxxxxxxxxxxx
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Question in occasion of SCSI devices (the tape store)
- From: Alex Zbyslaw
- Re: Question in occasion of SCSI devices (the tape store)
- References:
- Question in occasion of SCSI devices (the tape store)
- From: Nick
- Re: Question in occasion of SCSI devices (the tape store)
- From: Alex Zbyslaw
- Re: Question in occasion of SCSI devices (the tape store)
- From: Alex Zbyslaw
- Re: Question in occasion of SCSI devices (the tape store)
- From: Alex Zbyslaw
- Question in occasion of SCSI devices (the tape store)
- Prev by Date: Openssl 0.9.8b and libmp
- Next by Date: Re: compiling ports to packages on fast system, installing on slower one
- Previous by thread: Re: Question in occasion of SCSI devices (the tape store)
- Next by thread: Re: Question in occasion of SCSI devices (the tape store)
- Index(es):
Relevant Pages
|