The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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