<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged rsync linux</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/rsync+linux/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/rsync+linux/order_by/date</id>
  <updated>2006-11-01T12:10:17Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Mirrorer un répertoire d'une machine à une autre via SSH</title>
  <link href="http://snippets.prendreuncafe.com/snippet/7"></link>
  <updated>2006-11-01T12:10:17Z</updated>
  <id>7</id>
  <summary type="html">Pour synchroniser un répertoire d'une machine A vers une machine B en passant par SSH (avec preservation des droits) :

[code]
$ rsync -avz -e ssh someuser@server1.example.com:/var/www/ /var/www/
[/code]

Utile également pour migrer une machine vers une autre.</summary>
</entry>
</feed>