homeshade-to-rsync

0.9.1 • Public • Published

homeshade-to-rsync

Rsync output plugin for Homeshade.

Installation

$ npm install homeshade-to-rsync --save

Options

You can configure this plugin in config.yml.

outputs:
  live:
    to: rsync
    destination: ssh://user@host.name:22/path/to/blog/
    delete: [true|false] # Default is true 
    args: <rsync args>
    verbose: [true|false] # Default is true 
    ignore_errors: [true|false] # Default is false 
  • destination: SSH connection string
  • delete: Delete old files on remote host
  • args: Rsync arguments
  • verbose: Display verbose messages
  • ignore_errors: Ignore errors

License

MIT

Package Sidebar

Install

npm i homeshade-to-rsync

Weekly Downloads

0

Version

0.9.1

License

MIT

Unpacked Size

3.53 kB

Total Files

4

Last publish

Collaborators

  • kicks