Skip to content

TodayDesign/opine-rsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opine-rsync

This module copies a directory tree to a remote server.

Installation:

yarn add gulp gulp-opine opine-rsync

Configuration:

  • opine.rsync.host: the target hostname to copy to (can be an IP address or domain name).
  • opine.rsync.user: the user to identify as.
  • opine.rsync.source: the source directory to copy from.
  • opine.rsync.dest: the target directory to copy to.
  • opine.rsync.root: omit this path from source when rsyncing.
  • opine.rsync.exclude: an array of filenames to exclude (including wildcards)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published