User Tools

Site Tools


rsync

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rsync [2013/08/23 11:57] 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]]
Line 9: Line 10:
  
 ===== Exemple ===== ===== Exemple =====
-<code bash>rsync -av --stats $HOME /backup_dir/home</code>+<code bash>rsync -av --stats $HOME user@host:/backup_dir/home</code>
   * -a : archive   * -a : archive
   * -v : verbose   * -v : verbose
rsync.1377251840.txt.gz · Last modified: 2013/08/23 11:57 by ginko