Rsync

For a general description of Rsync, we recommend Rsync on Wikipedia .

Introduction

Rsync is a great way to sync two copies of eZ publish.

Many use it to sync a production site to a development web server or other location.

Tools

Documentation

  • rsync for unix-like operating system, #1
  • rsync for windows operating system, #1, #2, #3

Manual Example

# example command

rsync -va user@example.com:/web/pro/example_com .

External References