LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神,可以点击顶部导航 Contact 按钮进行投稿。
Book of the Day
Popular entries
- Archlinux 安装指南
- Unix/Linux 命令速查表
- 高效率编辑器 Vim
- Wget 使用技巧
- 玩转 MPlayer
- 平铺式窗口管理器 Awesome
- 三款 Linux 下的免费桌面级杀毒软件
- 窗口管理器 Openbox 入门指南
- 最小化安装 Ubuntu
- 五个你可能不知道的 Linux 桌面环境
- 7 个致命的 Linux 命令
- 很轻很强大:轻量级桌面环境比较
- GNOME Shell 介绍
- 终极 Shell——Zsh
- 6 款高品质的免费 Linux CAD 应用程序
- 25+ 个值得跟随的 Linux 相关 Twitter 帐号
- Linux 下的三款 Flash 独立播放器
- Linux 下的几个游戏模拟器
- 平铺式窗口管理器 Musca 初体验
- History(历史)命令用法 15 例
- Fluxbox 配置
- bash 使用技巧
- 10 本 O'Reilly 出版的免费好书

G4L:Linux 中的 Ghost...
G4L 即 Ghost for Linux 的简称,它是一个与 Norton Ghost 很相似的硬盘及分区映像克隆工具。可以使用 G4L 来对当前的系统进行备份,当系统出现故障时,能够及时恢复。G4L 支持对创建的备份映像进....
@我本疯狂:再次提醒,不要直接引用本站图片地址。
[...] LinuxTOY » G4L:Linux 中的 Ghost (tags: linux ghost) [...]
[...] LinuxTOY » G4L:Linux 中的 Ghost (tags: linux ghost) [...]
G4L的作者盗用了G4U(Ghost for Unix)的代码,
G4U,我04年时试用过,喜欢它的ftp上传功能。G4U比G4L强多了。
Still 1.17 Today I had to discover that someone used g4u as a source for g4l, but instead of giving proper credit and respecting the licensing and copyright on g4u, all traces were removed that the core work was done by me. Instead, the author put his name in and his work under a different license. I'm not happy about this, and ask people to discourage such actions as well as to despise the the author of g4l (cowardly calling himself only "nme"). Read more about this in my blog.
G4U :http://www.feyrer.de/g4u/,基于NetBSD。
这个软件感觉像是用DD的方式进行硬盘的克隆,因为我有个80GB的硬盘,实际只使用7GB,而在做GHOST时,显示却要备份80GB
自己用DD也可以阿。
backup:
dd if=/dev/hda1 | gzip > bw.office.sled.10.hda1.dd.gz
restore:
gzip -dc bw.office.sled.10.hda1.dd.gz | dd of=/dev/hda1
不过速度可比win下Ghost差远了,16G分区(实际用4G)可能要1个小时! 注意:restore的时候一定要用其他linux启动(比如LiveCD版的)。
dd if=/dev/sda1 | gzip > /media/disk/Acer-Rm13-Part1..sda1.dd.gz
gzip: stdout: File too large
......
我将分区备份为文件存储,方法见我博客。 http://blog.163.com/setsail_wu/blog/static/3574445200872702058666/