UCloner 是一个针对 Ubuntu Linux 编写的系统备份、恢复、克隆工具

简介:
http://code.google.com/p/ucloner/Introduction¶ 

UCloner is a backup/restore/clone tool designed for Ubuntu Linux. In some way it's just like Norton Ghost for Windows. 

With UCloner you can backup your Ubuntu system to a squashfs image file. Directly from this image file you can boot up a PC into a so-called "Live Ubuntu" environment (need "casper" package). 

An active ubuntu system can clone itself into a/some target partition(s) with the help of UCloner. Remember Agent Smith in Matrix ? yeah, that's it. 

It has both command line and graphical interface. It's more flexible when running in command line interface. 

UCloner is free software, distributed under GPL v2. 

NOTE: System with home directory encryption is not supported currently. 

FORUM: http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=176612 

简介¶ 

UCloner 是一个针对 Ubuntu Linux 编写的系统备份、恢复、克隆工具; 

可将 ubuntu 系统备份为 squashfs 映像文件,也可从映像文件中恢复系统,与 Norton Ghost 类似; 

可以直接将系统克隆到其它硬盘分区; 

可用来制作 Live-Ubuntu; 

同时具有命令行和图形界面,以满足不同用户需求; 
 


UCloner 是自由软件,遵循 GPL v2 协议。 

具体使用方法和注意事项请看下载包中的“说明”。 

注意1:目前不支持加密主目录的系统。 

注意2:不要把 UCloner 解压到 Fat32 分区,否则会丢失可执行权限,导致无法运行。建议解压到用户主目录。 

注意3:如果您的系统是 Lubuntu 或 Kubuntu,请仔细看 说明 。 

论坛:http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=176612 

UCloner est une logiciel de sauvegarder / revenir /cloner pour Ubuntu Linux. Il est similaire sur la fonction de Norton Ghost pour Windows. 

Avec UCloner vous pouvez sauvegarder et transférer votre système Ubuntu à l'image de squashfs. Il peut aussi démarrer une environnement de live system par ce image. ( "Casper" paquet obligatoire ). 

Le système ubuntu activité peut se cloner dans un ou des partitions avec l'aide de UCloner. Rappelez-vous Agent Smith dans Matrix? Ouais, c'est ça! 

Il a en ligne de commande à la fois et l'interface graphique. Il est plus flexible lors de l'exécution dans l'interface de la ligne de commande. 

UCloner est un logiciel libre, distribué sous la licence GPL v2. 
相关文章
|
7月前
|
Ubuntu Linux Anolis
Linux系统禁用swap
本文介绍了在新版本Linux系统(如Ubuntu 20.04+、CentOS Stream、openEuler等)中禁用swap的两种方法。传统通过注释/etc/fstab中swap行的方式已失效,现需使用systemd管理swap.target服务或在/etc/fstab中添加noauto参数实现禁用。方法1通过屏蔽swap.target适用于新版系统,方法2通过修改fstab挂载选项更通用,兼容所有系统。
611 3
Linux系统禁用swap
|
7月前
|
安全 Linux Shell
四、Linux核心工具:Vim, 文件链接与SSH
要想在Linux世界里游刃有余,光会“走路”还不够,还得配上几样“高级装备”。首先是Vim编辑器,它像一把瑞士军刀,让你能在命令行里高效地修改文件。然后要懂“软硬链接”,软链接像个快捷方式,硬链接则是给文件起了个别名。最后,SSH是你的“传送门”,不仅能让你安全地远程登录服务器,还能用scp轻松传输文件,设置好密钥更能实现免-密登录,极大提升效率。
510 5
|
7月前
|
Linux
Linux系统修改网卡名为eth0、eth1
在Linux系统中,可通过修改GRUB配置和创建Udev规则或使用systemd链接文件,将网卡名改为`eth0`、`eth1`等传统命名方式,适用于多种发行版并支持多网卡配置。
1142 3
|
Ubuntu Linux 网络安全
Linux系统初始化脚本
一款支持Rocky、CentOS、Ubuntu、Debian、openEuler等主流Linux发行版的系统初始化Shell脚本,涵盖网络配置、主机名设置、镜像源更换、安全加固等多项功能,适配单/双网卡环境,支持UEFI引导,提供多版本下载与持续更新。
713 3
Linux系统初始化脚本
|
7月前
|
Unix Linux 程序员
Linux文本搜索工具grep命令使用指南
以上就是对Linux环境下强大工具 `grep` 的基础到进阶功能介绍。它不仅能够执行简单文字查询任务还能够处理复杂文字处理任务,并且支持强大而灵活地正则表达规范来增加查询精度与效率。无论您是程序员、数据分析师还是系统管理员,在日常工作中熟练运用该命令都将极大提升您处理和分析数据效率。
567 16
|
7月前
|
安全 Linux iOS开发
SonarQube Server 2025 Release 5 (macOS, Linux, Windows) - 代码质量、安全与静态分析工具
SonarQube Server 2025 Release 5 (macOS, Linux, Windows) - 代码质量、安全与静态分析工具
317 0
SonarQube Server 2025 Release 5 (macOS, Linux, Windows) - 代码质量、安全与静态分析工具
|
7月前
|
安全 Linux Shell
Linux系统提权方式全面总结:从基础到高级攻防技术
本文全面总结Linux系统提权技术,涵盖权限体系、配置错误、漏洞利用、密码攻击等方法,帮助安全研究人员掌握攻防技术,提升系统防护能力。
812 1
|
7月前
|
Linux 应用服务中间件 Shell
二、Linux文本处理与文件操作核心命令
熟悉了Linux的基本“行走”后,就该拿起真正的“工具”干活了。用grep这个“放大镜”在文件里搜索内容,用find这个“探测器”在系统中寻找文件,再用tar把东西打包带走。最关键的是要学会使用管道符|,它像一条流水线,能把这些命令串联起来,让简单工具组合出强大的功能,比如 ps -ef | grep 'nginx' 就能快速找出nginx进程。
791 1
二、Linux文本处理与文件操作核心命令
|
7月前
|
Linux
linux命令—stat
`stat` 是 Linux 系统中用于查看文件或文件系统详细状态信息的命令。相比 `ls -l`,它提供更全面的信息,包括文件大小、权限、所有者、时间戳(最后访问、修改、状态变更时间)、inode 号、设备信息等。其常用选项包括 `-f` 查看文件系统状态、`-t` 以简洁格式输出、`-L` 跟踪符号链接,以及 `-c` 或 `--format` 自定义输出格式。通过这些选项,用户可以灵活获取所需信息,适用于系统调试、权限检查、磁盘管理等场景。
460 137