标签存档: vzdump

OpenVZ备份

一、fsfreeze fsfreeze – suspend access to a filesystem (Linux Ext3/4, ReiserFS, JFS, XFS) fsfreeze -f mountpoint fsfreeze -u mountpoint 挂起被冻结的分区上的写操作,所有写动作被阻塞,直至分区被解冻 二、vzdump   1.stop   备份时停止VM,离线时间较长。      2.suspend   ①对于OpenVZ,这一模式使用rsync拷贝VM到一个临时位置(–tmpdir选项),然后挂起VM做第二次rsync同步改变的文件,最后V …

继续阅读 »