Hi
I have a red hat linix system running 7.2 .
My question is .
I want do a full backup of the system
Whitch command I have to issue to do this ?
These is the output of the df commands and here is the fstab output .
[root@linux_norcal root]# df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda5 16895952 5596508 10441176 35% /
/dev/sda1 46668 6075 38184 14% /boot
/dev/sdb1 17488684 1571528 15028764 10% /home
none 127788 0 127788 0% /dev/shm
[root@linux_norcal root]#
[root@linux_norcal root]# more /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0
0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
[root@linux_norcal root]#
Thank you .
I really apprecite your help .
I am just starting wakinh througt Linux.
W.S
rperez