Displaying 3 results from an estimated 3 matches for "lv_snapshot".
2011 Jul 22
4
VM backup problem
Hai,
I use following steps for LV backup.
* lvcreate -L 5G -s -n lv_snapshot
/dev/VG_XenStorage-7b010600-3920-5526-b3ec-6f7b0f610f3c/VHD-a2db885c-9ad0-46c3-b2c3-a30cb71d83f8
lv_snapshot created*
This command worked properly
Then issue kpartx command
kpartx -av
*/dev/VG_XenStorage-7b010600-3920-5526-b3ec-6f7b0f610f3c/lv_...
2011 Jul 22
4
VM backup problem
Hai,
I use following steps for LV backup.
* lvcreate -L 5G -s -n lv_snapshot
/dev/VG_XenStorage-7b010600-3920-5526-b3ec-6f7b0f610f3c/VHD-a2db885c-9ad0-46c3-b2c3-a30cb71d83f8
lv_snapshot created*
This command worked properly
Then issue kpartx command
kpartx -av
*/dev/VG_XenStorage-7b010600-3920-5526-b3ec-6f7b0f610f3c/lv_...
2010 Jun 02
0
partimage-ng command line backup of LV snapshot
Perhaps slightly OT, but I am trying to speed up a backup script which
takes an lv snapshot and does this:
dd if=lv_snapshot | gzip -c > /destination/lv_file_name.gz
Does anyone have an equivalent example using partimage-ng that they would
be kind enough to share? - I have been told it would be much faster/more
efficient, hence the question. Ten minutes of browsing the partimage-ng
docs have left me none the wiser......