Moving raw into shared storage

Hi,

I am using proxmox 2 beta, and I am trying to figure out how to move my images that were created in RAW storage to my nas that I have added following the directions here. (http://pve.proxmox.com/wiki/Storage_Model#LVM_Groups_with_Network_Backing)

Thanks!
Hi,
two choices:
1. (the recommend way): Use backup and restore. You can select the storage during restore (see "man qmrestore").

2. use dd (if you know what you do), like "dd if=/dev/volumegroup/vm-111-disk-1 of=/mnt/share/images/111/vm-111-disk-1.raw bs=1024k"


Udo