<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>NinuxDay2009RsyncDownload</title><revhistory><revision><revnumber>1</revnumber><date>2009-11-27 17:57:46</date><authorinitials>ZioPRoTo</authorinitials></revision></revhistory></articleinfo><section><title>Rsync for begineers</title><para>To download: </para><screen><![CDATA[cd NEWEMPTYFOLDER
rsync -av rsync://10.10.0.1/ninuxday .]]></screen><para>To refresh changes: </para><screen><![CDATA[cd NEWEMPTYFOLDER
rsync -av --delete rsync://10.10.0.1/ninuxday .]]></screen><para><emphasis role="strong">BIG FAT WARNING</emphasis> </para><para>The --delete switch will delete from local disc the files that are not anymore on the server ! To do launch it in the wrong folder or you will erase data on your computer !!!  </para></section></article>