rsync a presun mezi servery
Kategorie: linux

UDELAT ZALOHU
rsync -vrltop --progress -e "ssh" bxx:/var/www/ .

NAHRAT ZALOHU
rsync -vrltop www www bxx:/home/b18/

-l znamena ze se vytvori symlinky


rsync -vrL --exclude '.archiv*' radovankaluza.cz /home/test/

nasleduje odkazy


rsync -vrl --exclude '.archiv.OLD' radovankaluza.cz /home/test/ --delete




http://www.cyberciti.biz/faq/how-to-set-keep-rsync-from-using-all-your-bandwidth-on-linux-unix/


19.12.2019 16:44:31