|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] moving virtual machines from one computer to another
Fair enough, I know how to copy files from one computer to the other.
Which files do I need to copy though? If I copy the config file from
/etc/xen, and the disk image file, is that enough? Do I need
/var/lib/xen/boot_kernel.XXXXX and /var/lib/xen/boot_ramdisk.XXXXX.
If I copy these three into place, is that it?
David
2009/10/13 Brian Krusic <brian@xxxxxxxxxx>:
> If the img file for that domU is a sparse file, copy with the cp --sparse
> option, rsync is rsync --sparse, scp doesn't have a sparse option.
>
> I do it all the time.
>
> - Brian
>
> On Oct 12, 2009, at 5:57 PM, David J Craigon wrote:
>
>> Hello,
>>
>> I suspect this is going to be a really easy question, but either I
>> can't find it or I suck at Google.
>>
>> Anyhow, I've got a virtual machine sat on machine A. I want to make a
>> copy of it on machine B. I haven't got any shared storage.
>>
>> I don't want to do anything fancy like migration whilst keeping the
>> virtual machines up. I just want a copy on B so I don't have to
>> reinstall it.
>>
>> I'm using files as the drive storage, not partitions.
>>
>> How?
>>
>> Thanks,
>>
>> David
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|