qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Is there a way to package QEMU binaries?


From: Laszlo Ersek
Subject: Re: [Qemu-devel] Is there a way to package QEMU binaries?
Date: Tue, 12 Jun 2018 13:34:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 06/12/18 09:01, Fam Zheng wrote:

>     scp -r /tmp/qemu-install $remote

"tar -c | ssh $remote tar -x" is generally much more performant than scp
(because of asynchronity), plus "tar" can transfer a bunch of extended
file attributes too, if parametrized correctly (my preference is "--acls
--selinux --xattrs" when it matters).

For progress updates, pass "-v" to the remote tar, or else insert "pv"
("pipe viewer") between the local tar and ssh.

Thanks,
Laszlo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]