May
29
2010
0

Remastersys2.0.17-1

8:08 am

バックアップアプリのRemastersysをUbuntu 10.04にインストールしてみました。
Remastersysは、Live CDを作成する機能を持っているようですので、今使っている Ubuntu10.04 をバックアップし、Live CD を作ってみようと思います。
まずは、Remastersysをインストールします。

Remastersys for Ubuntuに使い方がアップされています。

Where can I get remastersys?
The Remastersys repository needs to be added to your /etc/apt/sources.list

Paste the following into the sources.list:

For Gutsy and Earlier – up to version 2.0.11-1
# Remastersys
deb http://www.geekconnection.org/remastersys/repository remastersys/

For Hardy and Newer with original grub – version 2.0.12-1 and up
# Remastersys
deb http://www.geekconnection.org/remastersys/repository ubuntu/

For Karmic and Newer with grub2 – version 2.0.13-1 and up
# Remastersys
deb http://www.geekconnection.org/remastersys/repository karmic/

Then simply either reload in Synaptic or you can “sudo apt-get update” and install remastersys.

以上は、Karmic=Ubuntu9.10の場合ですが、Ubuntu 10.04 の場合でも、

$ sudo gedit /etc/apt/sources.list

として、末尾に
deb http://www.geekconnection.org/remastersys/repository karmic/
を付け加えて、保存終了し、

$ sudo apt-get update
$ sudo apt-get install remastersys

とすれば、インストールできます。

右のように、システム管理のメニューにremastersysが追加されています。

クリックしていくと右のようなメニューが現れますので、適宜望むものを選択すれば良いようです。
システムごとバックアップする場合はBackup、Live CD を作るには、Dist,Distcdfs,Distisoからお好みのものを選択します。Dsitは、cdfs と iso の両ファイルが作成されます。テンポラリーファイルは デフォルトでは、/home/remastersys/に作られますが、Modifyで変更できるようです。

Dist を選択してみます。

OKをクリックします。

OKをクリックします。

こんな感じで作業が始まります。
多少、時間がかかります。

作業が終わったら、保存先のフォルダーを開きます。
右のように各種のファイルが作成されています。
右では、Dist の前にBackup もやってみたので、Backupファイルも含まれています。

custom.iso を選択し、右クリックでBraseroで開くを選択します。

空のDVDをセットして書き込みを始めます。

書き込みが完了すればLive CD(DVD)が完成します。
/home を除いてLiveCD作成(DVD)が作成されます。

Written by hbirds in: Ubuntu Dsektop | Tags: ,
Feb
06
2010
0

Remastersys 2.0.13

16:57 pm

バックアップアプリのRemastersysをUbuntu9.10にインストールしてみました。
Remastersysは、Live CDを作成する機能を持っているようですので、今使っているUSB Ubuntu9.10 をバックアップし、Live CD を作ってみようと思います。
まずは、Remastersysをインストールします。

Remastersys for Ubuntuに使い方がアップされています。

Where can I get remastersys?
The Remastersys repository needs to be added to your /etc/apt/sources.list

Paste the following into the sources.list:

For Gutsy and Earlier – up to version 2.0.11-1
# Remastersys
deb http://www.geekconnection.org/remastersys/repository remastersys/

For Hardy and Newer with original grub – version 2.0.12-1 and up
# Remastersys
deb http://www.geekconnection.org/remastersys/repository ubuntu/

For Karmic and Newer with grub2 – version 2.0.13-1 and up
# Remastersys
deb http://www.geekconnection.org/remastersys/repository karmic/

Then simply either reload in Synaptic or you can “sudo apt-get update” and install remastersys.

以上のとおり、Karmic=Ubuntu9.10の場合は、

$ sudo gedit /etc/apt/sources.list

として、末尾に
deb http://www.geekconnection.org/remastersys/repository karmic/
を付け加えて、保存終了し、

$ sudo apt-get update
$ sudo apt-get install remastersys

とすれば、インストールできます。

右のように、システム管理のメニューにremastersysが追加されています。

クリックしていくと右のようなメニューが現れますので、適宜望むものを選択すれば良いようです。テンポラリーファイルは デフォルトでは、/home/remastersys/に作られますが、右のメニューで変更できます。

www.hbirds.net