Ir para o conteúdo
ou

Software livre Brasil

 Voltar a Blog
Tela cheia

Rsync: resume transfering

26 de Outubro de 2012, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 124 vezes


My memory has some bugs and  I often forget command syntax and other things. ;)

Frequently, I have synchronized VMs images in some datacenters. The internet in Brazil is “lazy” when compared to some other countries, mainly to upload traffic. The max upload transfer in my house  is 120kbits and VM image is more or less 4Gb, then you imagine how long it is necessary to complete an upload!

I would bet it takes a little more than 11 hours to complete. This when some interruption internet connection. =/

Well, let’s go:

$rsync -CravzpP –progress  ozzy_sane.img user@domain.dom:~

The magic option is “P“. It is an abbreviation
 to Preserve.  If there are still some remaining doubts, read the manual. ;)


Fonte: http://www.fernandoike.com/2012/10/25/rsync-resume-transfering/feed/atom/

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.