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>

Exemples d'utilisation

rsync -progt --stats --exclude '*.load' /mnt/data/* /mnt/data-bck/
informatique/logiciels/rsync.1235743981.txt.gz · Last modified: 2013/10/14 20:55 (external edit)