0

Can an LVM be copied or transferred to some remote server in a similar fashion as I can do with ISO.(Not asking rsync)

I copy the ISO one one place to some other location and on the second location I can mount this ISO and do what ever I want. Is similar thing possible with an LVM. I want to move the complete block device to some remote location.

Bond
  • 781
  • 4
  • 12
  • 22

1 Answers1

1

You can move PVs. Using them in a remote location is tricky if a VG is spread across multiple PVs though. It's much easier to just move the LVs and use them as you would any filesystem file.

Ignacio Vazquez-Abrams
  • 45,939
  • 6
  • 79
  • 84