Hi,
I'm having Redhat-7.3 box running Qmail.
------------------------------------------------------------- # df -kH Filesystem Size Used Avail Use% Mounted on /dev/hda1 1.0G 191M 785M 20% / /dev/hda3 4.4G 1.5G 2.7G 34% /home none 64M 0 64M 0% /dev/shm /dev/hda2 4.1G 1.4G 2.5G 34% /usr --------------------------------------------------------------
How right now i'm just using "tar cpvf <filename> <filesystem>" to backup file system and i'm burning it on CDROM.
How could i do in a effective way ?
*I need to make CD as bootable. *I would put / , usr, and /home in 3 diff CD's and make all those CD as bootable.
Thanks for sugesstions.:))
-Dilip.M
On Fri, 16 Jan 2004, Dilip M wrote:
*I need to make CD as bootable.
why?
*I would put / , usr, and /home in 3 diff CD's and make all those CD as bootable.
put only /home and /var/spool/mail
other stuff should be constant anyway, and need only one time backup.
Philip
On Fri, 16 Jan 2004 18:07:53 +0530 (IST), Philip S Tellis philip.tellis@gmx.net wrote:
On Fri, 16 Jan 2004, Dilip M wrote:
*I need to make CD as bootable.
why?
*I would put / , usr, and /home in 3 diff CD's and make all those CD as bootable.
put only /home and /var/spool/mail
other stuff should be constant anyway, and need only one time backup.
Philip
*I need to make CD as bootable.
why
Bcos this machine is mail server and we won't keep mails in server.We don't save a copy.. This could be a one time backup of whole box.