User Tools

Site Tools


rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rsync [2010/10/12 10:56] – created ginkorsync [2014/05/03 17:08] (current) – [Exemple] ginko
Line 1: Line 1:
 ====== Rsync ====== ====== Rsync ======
 +[[Synchronisation de fichier]] over SSH.
   * [[http://fr.wikipedia.org/wiki/Rsync|wp]]   * [[http://fr.wikipedia.org/wiki/Rsync|wp]]
   * [[http://www.demongeot.biz/tutos/Rsync.html|Tuto]]   * [[http://www.demongeot.biz/tutos/Rsync.html|Tuto]]
   * [[http://doc.ubuntu-fr.org/tutoriel/sauvegarder_home_avec_rsync|Tuto]] (doc.ubuntu-fr)   * [[http://doc.ubuntu-fr.org/tutoriel/sauvegarder_home_avec_rsync|Tuto]] (doc.ubuntu-fr)
 +  * [[https://help.ubuntu.com/community/rsync|doc Ubuntu en]]
 +
 +===== Sous Windows =====
 +Il existe différentes manières d'avoir rsync sous Windows : cwrsync : un rsync encapsulé dans un cygwin, grsync for windows ou encore unison for Windows (nécessite d'installer gtk sur Windows).
 +
 +===== Exemple =====
 +<code bash>rsync -av --stats $HOME user@host:/backup_dir/home</code>
 +  * -a : archive
 +  * -v : verbose
rsync.1286873804.txt.gz · Last modified: 2010/10/12 10:56 by ginko