Skip to content

kickscondor/homeshade-to-rsync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rsync output plugin for Homeshade

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%