rsync

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	Port        int
	NoChown     bool
	Delete      bool
	SrcUseSSH   bool
	DestUseSSH  bool
	Command     string
	SrcSSHUser  string
	SrcSSHHost  string
	SrcPath     string
	DestSSHUser string
	DestSSHHost string
	DestPath    string
}

func (*Cmd) Build

func (c *Cmd) Build() (string, error)

type LogTail

type LogTail struct {
	LogReaderFunc   func() (io.ReadCloser, error)
	SuccessCh       <-chan bool
	ShowProgressBar bool
	Logger          *log.Entry
}

func (*LogTail) Start

func (l *LogTail) Start()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL