Le seguenti 27 parole non sono state trovate nel dizionario di 1275 termini (includendo 1275 LocalSpellingWords) e sono evidenziate qui sotto:
anymore   av   begineers   cd   changes   computer   delete   disc   download   erase   files   folder   for   from   launch   local   ninuxday   on   or   refresh   Rsync   rsync   switch   that   To   will   wrong  

Nascondi questo messaggio
Italiano English
Modifica History Actions

NinuxDay2009RsyncDownload

Rsync for begineers

To download:

cd NEWEMPTYFOLDER
rsync -av rsync://10.10.0.1/ninuxday .

To refresh changes:

cd NEWEMPTYFOLDER
rsync -av --delete rsync://10.10.0.1/ninuxday .

BIG FAT WARNING

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 !!!