Displaying 6 results from an estimated 6 matches for "bergersen".
Did you mean:
bergeron
2019 Nov 30
3
Converting LVM to qcow2
Hi!
I need to convert a KVM virtual machine from LVM to a qcow2 image, and wonder if this is the best way to do it (*1):
[$] qemu-img convert -O qcow2 /dev/vg_name/lv_name/ /var/lib/libvirt/images/image_name.qcow2
If this is the best way to do this, will this keep the information on: /dev/vg_name/lv_name/ untouched?
Thanks, and please point me towards another mailing list if this it not right
2010 Apr 19
1
Character escaping in item name
Hi!
In the rsync man page under " -8, --8-bit-output", it says:
. . .
All control characters (but never tabs) are always escaped, regardless of this option's setting.
The escape idiom that started in 2.6.7 is to output a literal backslash (\) and a hash (#),
followed by exactly 3 octal digits. For example, a newline would output as "\#012".
A literal backslash
2019 Nov 30
0
Re: Converting LVM to qcow2
On Sat, Nov 30, 2019 at 01:12:31 +0100, ort_libvirt@bergersen.no wrote:
> Hi!
>
> I need to convert a KVM virtual machine from LVM to a qcow2 image, and wonder if this is the best way to do it (*1):
> [$] qemu-img convert -O qcow2 /dev/vg_name/lv_name/ /var/lib/libvirt/images/image_name.qcow2
>
> If this is the best way to do this, will th...
2008 Feb 04
1
Moving of files when process is stopped
Hi!
When quitting a rsync process (by e.g. typing: apple, period in OS
X), where does rsync move the files that were being transferred?
Are they /dev/null 'ed?
Thanks!
Best regards,
Richard Taubo
2012 Feb 01
0
Printing owner and group when using: "-n --recursive -og --list-only"
Hi!
(rsync version 3.0.7, OS X)
I have read through the man pages, but it does not seem like
the options I see there, e.g.the "-og" options have any effect
on the output when running:
[$] rsync -n --recursive -og --list-only /original /backup
I would like to see the Owner and Group in the output,
but wonder if that is possible?
Thanks!
Richard Taubo
2019 Apr 25
1
Live Disk Backup with Active Blockcommit
Hi!
I was reading the Wiki about 'Live Disk Backup with Active Blockcommit, https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit
and see that example shown seems to be using two different names for the same file.
First showing the current block device in use:
$ virsh domblklist vm1
Target Source
------------------------------------------------
vda