Hi,
I have FreeBSD 8 Release(updated) installed. Struggling with poor net and power cuts I installed all the nescessary s/w like Xfce, emacs, etc. I now want to backup whole system in case if any thing wrong happens(as I am new I am still exploring the system). I want to make copy of whole system on my usb hard disk(especially packages as download is too costly for me
).I checked the forum and found this useful thread:
http://forums.freebsd.org/showthread.php?t=185
However I still have two doubts.
1>Which partition I will have to backup(for backing entire system especially all installed packages.).My fstab:
2>According to the how to if I mount the usb hard disk to say /mnt/usb. Now if I backup the filesystem using dump won't it backup the /mnt/usb directory too. Then it will go on backing up the usb hard disk(the target for backup itself) too, resulting in recursive backup(perhaps never ending.)
Kindly help me in resolving these doubts. Thanks in advance.
I have FreeBSD 8 Release(updated) installed. Struggling with poor net and power cuts I installed all the nescessary s/w like Xfce, emacs, etc. I now want to backup whole system in case if any thing wrong happens(as I am new I am still exploring the system). I want to make copy of whole system on my usb hard disk(especially packages as download is too costly for me

http://forums.freebsd.org/showthread.php?t=185
However I still have two doubts.
1>Which partition I will have to backup(for backing entire system especially all installed packages.).My fstab:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ad4s3b none swap sw 0 0
/dev/ad4s3a / ufs rw 1 1
/dev/ad4s3e /tmp ufs rw 2 2
/dev/ad4s3f /usr ufs rw 2 2
/dev/ad4s3d /var ufs rw 2 2
Kindly help me in resolving these doubts. Thanks in advance.