| Archer documentation | view source | Contained in the Archer distribution. |
Archer::Plugin::Rsync - execute rsync.
- 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/
Execute rsync.
See File::Rsync.
Gosuke Miyashita
| Archer documentation | view source | Contained in the Archer distribution. |