Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 LVM 快照备份一个大型 MongoDB 数据库(大约 100GB),但文件系统与备份到还原点不同。实际的数据库位于带有ext4文件系统的 AWS EBS 上,我想在另一个带有XFS的 EBS 中恢复它。
实际上,我可以执行此操作吗?
你能行的。只需确保使用rsync以下选项复制所有数据:rsync -a -AHX -S /lvsnap_mountpoint/ /destination
rsync
rsync -a -AHX -S /lvsnap_mountpoint/ /destination