您的位置:首页 > 其它

dump full back and restore

2009-08-16 21:13 288 查看
# take a full back of /home on /tmp/back file
dump -0u -f /tmp/back /dev/hda4
or take a full bakup of /home into other device
dump -0u -f /dev/st0 /dev/hda4

#to restore from a backup
go to the directory where you want to restore
restore -rf /dev/st0

本文出自 “学习笔记” 博客,请务必保留此出处http://johnnyxing.blog.51cto.com/855065/192582
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: