• 1 
瀏覽模式: 普通 | 列表

linux 的 dd + nc 線上備份主機硬碟

dd 指令是用來copy檔案,而可以搭配 nc 指令掛載一個tcp port來傳送硬碟內的資料


環境: 

。使用 virtualbox 建立的兩台主機

。來源主機 = 有 CentOS 5.5 x64 系統,而 ip 是 10.10.10.126 

。目的主機 = 空硬碟,使用 linux rescue 救原模式 (有網路功能) 開機,而 ip 是 10.10.10.125

目的:

   我要將來源主機的硬碟內的資料全copy到目的主機裡

設定:

1。先將目的主機用救原模式開機,進入系統後,執行

[閱讀全文]

1。需要有 Seagate 的硬碟

2。程式有繁體中文

連結說明 http://www.seagate.com/www/zh-tw/support/downloads/discwizard/

下載點: http://www.seagate.com/ww/v/index.jsp?locale=zh-TW&name=discwizard-eula&vgnextoid=d93b5897a9d23110VgnVCM100000f5ee0a0aRCRD

中文說明書 http://www.seagate.com/support/discwizard/dw_ug.zh-tw.pdf

引用

DiscWizard

安裝輔助工具

我們已更新 DiscWizard 以更能符合現今技術的需求(改善的 USB 支援、改善的診斷磁碟分割區以及 Windows Vista 支援)。以下為較新的工具。

現在該怎麼做:

如果您要安裝新磁碟機,則可使用以下安裝說明連結以協助安裝磁碟機,然後使用作業系統內建的工具來準備硬碟機。

硬體安裝說明:

[閱讀全文]

標籤: ghost 備份 硬碟

接續 http://ssorc.tw/rewrite.php/read-713.html

http://ssorc.tw/rewrite.php/read-715.html

備份還原 Windows 系統

備份
http://ssorc.tw/rewrite.php/read-715.html 流程是一樣

過程中它會判斷 ntfs 系統作 clone

ps: 畫面真像是在 DOS 裡 format partition
attachments/200804/1762026960.png

[閱讀全文]

接續 http://ssorc.tw/rewrite.php/read-713.html

備份還原 Linux 系統

備份 Linux 系統
1) 設定主機可以 PXE 開機

其它開機方式 --

      a). 軟碟機
            到 DRBL server 的這個檔案"/opt/drbl-etherboot/etherboot-net.zdsk"
            放入磁片到軟碟機
            在Linux下,執行 "cat /opt/drbl-etherboot/etherboot-net.zdsk > /dev/fd0"
            若是在 M$ windows 下,要用 http://free.nchc.org.tw/redhat/linux/9/en/os/i386/dosutils/rawrite.exe
            或是"RawWrite for windows" (http://uranus.it.swin.edu.au/~jn/linux/) 來寫入此檔到軟碟片中
            然後在BIOS中設定為軟碟開機
      b). 光碟機
            將 DRBL server的這個檔案/opt/drbl-etherboot/etherboot-net.iso
            燒到CD中
            cdrecord -v speed=12 fs=16m dev=0,0,0 driveropts=burnproof -data /opt/drbl-etherboot/etherboot-net.iso
            (dev=0,0,0可能要改,您可根據"cdrecord -scanbus"而得知)
            (driveropts要根據您的燒錄機而定,或是乾脆不寫也可以,這麼小的image檔不太容易會出飛盤...)

[閱讀全文]

DRBL + Clonezilla 伺服器安裝與佈署

1) CentOS 4.6 最小安裝

(測試期間,會選 4.6 版是因為 4.5 版沒有有網路 Source)

(需要有兩張網卡,或者用 eth0, eth0:1 的方式帶過)

2) import key
      rpm --import http://drbl.nchc.org.tw/GPG-KEY-DRBL

3) 安裝 perl-Digest-SHA1
      yum install perl-Digest-SHA1

4) 安裝 drbl 穩定版最件
      rpm -ivh http://drbl.nchc.org.tw/one4all/desktop/download/stable/RPMS/drbl-current.i386.rpm

5) 安裝 drbl 伺服器
      /opt/drbl/sbin/drblsrv -i --language 1

*****************************************************.

[閱讀全文]

Backup + Ghost4Linux - 將linux作對image映像檔

Quote: http://w5.mlps.ttct.edu.tw/teacher_blog/post/1/372
Ghost4Linux 是一套以Linux為核心的開機光碟片,使用光碟開機後,系統就會自動進入開機模式,提供有如Ghost般硬碟備份的功能。
Backup
[1.] ISO 下載,http://sourceforge.net/projects/g4l
http://nchc.dl.sourceforge.net/sourceforge/g4l/g4l-v0.22.iso

[2.] 準備 FTP Server,作為 image 存放地點。它也是可以放於 Local,但網路傳輸似乎較方便

[3.] 使用 ghost4linux ISO 光碟開機

[4.] 一開始開機就直接 Enter,再來有宣告及資訊(一些教學提示接下來下指令的範例) 則 EXIT

[閱讀全文]

標籤: 備份 ghost

官網: http://www.xxclone.com/
  • Makes a self-bootable clone of Windows system disk.
  • Supports Windows NT4, 2000, XP, and Server 2003.
  • Can restore the self-bootability in many cases.
    It takes only a minute to run.
    Everyone should keep the Freeware handy for just in case.

  • The Pro version is ideal for daily backup.
  • Supports common internal disk drives (IDE, SATA, SCSI).
  • Supports external USB/FIREWIRE drives (good for a laptop).
  • Competes with Norton Ghost, DriveImage, MaxBlast.
  • Much faster than any of them in typical daily backup.
  • Need not go to the DOS mode.   Operates in regular Windows environment.
  • Simple to use by novices.   IT professionals think it's great.
http://www.xxclone.com/idwnload.htm 下載軟體 (Download now   xxclone.zip)

[閱讀全文]

標籤: 備份 xxclone ghost

  • 1