我一般用rsync增量备份整个系统到移动硬盘, 备份速度很快(因为每次是增量).
类似这样:
# rsync -aAXvzP --delete / /path/to/target/ --exclude-from 
/path/to/exceptions

好处有:
1. 遇到灾难情况可以rsync回来, 因为增量传输, 所以恢复速度也很快
2. 首次跑完chroot进去折腾下grub什么的可以让这个备份的系统随时可以启动, 
用来修别人电脑或者临时要做什么危险性实验或者系统整到一般要完成什么紧急
事情, 都可以用这个备份的系统启动(包括启动别的电脑)来应急, 而且上面是你最
熟悉的环境.

-- 
Felix Yan
Twitter: @felixonmars
Wiki: http://felixc.at
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: 
<https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130108/94778bf9/attachment.html>
-------------- 下一部分 --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: 
<https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130108/94778bf9/attachment.pgp>
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复