Archer::Plugin::Rsync - execute rsync.


Archer documentation  | view source Contained in the Archer distribution.

Index


NAME

Top

Archer::Plugin::Rsync - execute rsync.

SYNOPSIS

Top

  - 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

Top

Execute rsync.

CONFIG

Top

See File::Rsync.

AUTHORS

Top

Gosuke Miyashita

SEE ALSO

Top

File::Rsync


Archer documentation  | view source Contained in the Archer distribution.