示例#1
0
 def _squashfs_mount(self):
     if not self.squash_wrapper and self.backupset.compressed:
         self.squash_wrapper = SquashfsWrapper(self.backupset)
         self.squash_wrapper.mount()
示例#2
0
 def _mount_sqfs(self):
     self.squash_wrapper = SquashfsWrapper(self.backupset)
     self.squash_wrapper.mount()