Nightly backup using CD-ROM - how do i?
From: Odhiambo Washington (wash_at_wananchi.com)
Date: 11/09/04
- Previous message: Subhro: "Re: Rebooting fails after installing 5.3-RELEASE"
- Next in thread: Warren Block: "Re: Nightly backup using CD-ROM - how do i?"
- Reply: Warren Block: "Re: Nightly backup using CD-ROM - how do i?"
- Maybe reply: Anish Mistry: "Re: Nightly backup using CD-ROM - how do i?"
- Maybe reply: ANISH MISTRY: "Re: Nightly backup using CD-ROM - how do i?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Nov 2004 16:39:32 +0300 To: freebsd-questions@freebsd.org
Hi,
I am sure I don't have to reinvent this wheel. I have a several FreeBSD
5.2.1 servers. They are all built the same. The disk is partitioned only
into / and swap.
It is so easy for me to backup an entire box by doing:
cd /
tar czf - / | ssh wash@backup.server 'cat Box1-backup.tgz'
Now instead of the above, I would like to pipe the output
to be written to a CD-ROM mounted on the same box. I am
hoping burncd or some other app can be used to do that:
tar czf - / | burncd -arg1 arg2 blah...
So every night I just mount a blank CD and let a cron job
do the backup;)
I know there could be gotchas, like when the CD is not empty, etc.
Is anyone already doing this?
Are you willing to share the methodology?
-Wash
http://www.netmeister.org/news/learn2quote.html
--
+======================================================================+
|\ _,,,---,,_ | Odhiambo Washington <wash@wananchi.com>
Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com
|,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922
'---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121
+======================================================================+
Your conscience never stops you from doing anything. It just stops you
from enjoying it.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Subhro: "Re: Rebooting fails after installing 5.3-RELEASE"
- Next in thread: Warren Block: "Re: Nightly backup using CD-ROM - how do i?"
- Reply: Warren Block: "Re: Nightly backup using CD-ROM - how do i?"
- Maybe reply: Anish Mistry: "Re: Nightly backup using CD-ROM - how do i?"
- Maybe reply: ANISH MISTRY: "Re: Nightly backup using CD-ROM - how do i?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|