The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Archer::Plugin::Rsync - execute Rsync.

SYNOPSIS

  - module: Rsync
    config:
      user: mizzy
      source: "[% work_dir %]/[% project %]"
      dest: "[% server %]:[% dest_dir %]"
      archive:  1
      compress: 1
      rsh:      ssh
      update:   1
      delete:   1
      exclude:
        - .svn/

DESCRIPTION

Execute Rsync.

CONFIG

See File::Rsync.

AUTHORS

Gosuke Miyashita

SEE ALSO

File::Rsync