Re: FreeBSD command to make image of the active partition and a command to restore it?

2008-10-01 Thread Odhiambo Washington
On Wed, Oct 1, 2008 at 10:41 AM, Mike Price <[EMAIL PROTECTED]> wrote:
> FreeBSD command to make image of the active partition and a command to
> restore it?

At what point in time? :-)
I always make a backup of a partition to another disk like this:
For exampe, if it is the root partition ... (/)

dump -L0af - / | (cd /where/the/other/partition/is/mounted; restore -rf -)

PS: Next time don't ask your questions like quizes. Explain the
problem and we'll tell you the possible solutions.


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

"Oh My God! They killed init! You Bastards!"
--from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD command to make image of the active partition and a command to restore it?

2008-10-01 Thread Wojciech Puchar

dump, restore


On Wed, 1 Oct 2008, Mike Price wrote:


FreeBSD command to make image of the active partition and a command to
restore it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD command to make image of the active partition and a command to restore it?

2008-10-01 Thread Mike Price
FreeBSD command to make image of the active partition and a command to
restore it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"