3.4. 逻辑卷备份
			元数据备份和归档会在每次修改卷组和逻辑卷配置时自动进行,除非您在 
lvm.conf 文件中禁用了此功能。默认情况下,元数据备份保存在 /etc/lvm/backup 中,元数据归档保存在 /etc/lvm/archive 中。元数据归档在 /etc/lvm/archive 中保存的时间和多少取决于您在 lvm.conf 文件中设定的参数。日常系统备份应该在备份中包含 /etc/lvm 目录的内容。
		
			注意:元数据备份并不包含逻辑卷中的用户和系统数据。
		
			You can manually back up the metadata to the 
/etc/lvm/backup file with the vgcfgbackup command. You can restore metadata with the vgcfgrestore command. The vgcfgbackup and vgcfgrestore commands are described in 第 4.3.12 节 “备份卷组元数据”.