Ask a Question related to FreeBSD, Design and Development.
-
Andrew Batson #1
Question, is there any way or program that will let you clone/image a FreeBSD system
Hello,
I have spend a few hours trying to find way to create a clone/image
of a currently working FreeBSD version 5.3 system. I would like to be able
to clone/image the system to a secondary hard disk drive attached the PC. I
have used Symantec's Ghost many times for Windows Systems and know that it
could do the job but only in a sector by sector operation. This will create
huge images files.
Is there any way to do? I have read about with g4u, dd, dump/restore
but they do not seems to be able to do create the clone/image on a secondary
attached hard disk drive.
Thanks for your help,
Andrew
Andrew Batson Guest
-
how to extract the files/directories list from make_tape_recovery clone image
Dear experts, I have a tape which was clone a server with make_tape_recovery in HP unix. Please advise how to extract the files/directories list... -
IO#clone and 1.6 -> 1.8 question
Hi -- Just tinkering with IO#clone, in connection with some irc chatting, and found the following behavior which puzzles me. Here's the test... -
MVS/DB2 From an application program, How to get the DSN SYSTEM NAME?
Is there a more elegant / direct method of find out the DSN SYSTEM NAME in an application program on the mainframe? SELECT SUBSTR(PDSNAME,1,4)... -
FreeBSD ftp question
Dan <falseflyboy@yahoo.comnono> wrote: At least on NetBSD, it's /var/log/xferlog. The file is not written yb ftpd directly, but rather via... -
how can I use gcc to compile program first compiled on 3.2v4.2 dev system?
Steve M. Fabac, Jr. a écrit dans le message <3F0DD810.53A211AB@att.net>... application. that will system. Most of the 4.2 statically linked... -
Kevin Kinsey #2
Re: Question, is there any way or program that will let youclone/image a FreeBSD system
Andrew Batson wrote:
I'm not sure ... have you looked at /ports/sysutils/dolly?>Hello,
>
> I have spend a few hours trying to find way to create a clone/image
>of a currently working FreeBSD version 5.3 system. I would like to be able
>to clone/image the system to a secondary hard disk drive attached the PC. I
>have used Symantec's Ghost many times for Windows Systems and know that it
>could do the job but only in a sector by sector operation. This will create
>huge images files.
>
> Is there any way to do? I have read about with g4u, dd, dump/restore
>but they do not seems to be able to do create the clone/image on a secondary
>attached hard disk drive.
>
>Thanks for your help,
>Andrew
>
>
[513] Sat 26.Feb.2005 16:28:32
[kadmin@archangel][/usr/ports]
# make search key="clone" | grep -A 5 -B 2 disk
Port: dolly-0.57
Path: /usr/ports/sysutils/dolly
Info: A program to clone harddisks/partitions over a fast switched network
Maint: [email]lioux@FreeBSD.org[/email]
B-deps:
R-deps:
WWW: [url]http://www.cs.inf.ethz.ch/CoPs/patagonia/dolly.html[/url]
Port: dolly+-0.93
Path: /usr/ports/sysutils/dolly+
Info: Improved version of dolly harddisk/partition network clone utility
Maint: [email]lioux@FreeBSD.org[/email]
B-deps:
R-deps:
WWW: [url]http://corvus.kek.jp/~manabe/pcf/dolly/[/url]
If you label, fdisk and slice the 2nd disk identically to the first, I'd
think
dd would be easy, a la `dd if=/dev/ad0s1 of=/dev/ad1s1` and so on.
I've done something similar to what you describe by setting up the
new disk via sysinstall and piping my partitions through tar, but I
don't recall it being an immensely satisfying experience.
Kevin Kinsey
Kevin Kinsey Guest
-
Volker Kindermann #3
Re: Question, is there any way or program that will let youclone/image a FreeBSD system
Hi Andrew,
g4u has definitely the ability to copy to another disk:> Is there any way to do? I have read about with g4u, dd, dump/restore
> but they do not seems to be able to do create the clone/image on a secondary
> attached hard disk drive.
---
4.4 Copying a disk locally
If you just want to copy one local disk to another one with no
network & server involved, the "copydisk" command is what you want. E.g.
to copy the first IDE disk to the second IDE disk, use "copydisk wd0
wd1", to do the same for SCSI disks run "copydisk sd0 sd1".
Beware! All data on the target disk will be erased!
A list of disks as found during system startup can be found using
the "disks" command.
---
-volker
Volker Kindermann Guest



Reply With Quote

