User Tools

Site Tools


informatique:logiciels:rsync

This is an old revision of the document!


synchronisation

Rsync

Rsync est un outil de synchronisation de fichiers :

  • pour envoyer des données de sa machin vers un hôte distant (en SSH) :
rsync -e ssh <SRC> <login>@<remote_host>:<dest>
  • pour rapatrier les fichiers d'un hôte distant sur sa machine :
rsync -e ssh <login>@<remote_host>:<src> <dest>
informatique/logiciels/rsync.1233919222.txt.gz · Last modified: 2013/10/14 20:55 (external edit)