package
Version:
v0.2.8
Opens a new window with list of versions in this module.
Published: Mar 25, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
StartRsync path to target rsync server on given interval
type Sync struct {
Source string `yaml:"source"`
Destination string `yaml:"destination"`
}
Sync configurations
func MustParseAll(strings []string) (result []Sync)
MustParseAll parse sync string or fail with Fatal
Parse parses a sync string in the form "~/local/dir:/data"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.