0.9.1 • Published 5 years ago

homeshade-to-rsync v0.9.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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