Question, is there any way or program that will let you clone/image a FreeBSD system

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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)...
    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...
    5. 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...
  3. #2

    Default Re: Question, is there any way or program that will let youclone/image a FreeBSD system

    Andrew Batson wrote:
    >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
    >
    >
    I'm not sure ... have you looked at /ports/sysutils/dolly?

    [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

  4. #3

    Default Re: Question, is there any way or program that will let youclone/image a FreeBSD system

    Hi Andrew,

    > 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.
    g4u has definitely the ability to copy to another disk:

    ---
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139