Discover Packages
github.com/nytopop/ssbd
data
package
Version:
v0.0.0-...-b9966b1
Opens a new window with list of versions in this module.
Published: Mar 26, 2017
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package data provides data indexing, archiving, and gathering functions.
View Source
const (
ErrNoVol = logs .Err ("Error no volume for job.")
ErrNoSrv = logs .Err ("Error no server for job.")
ErrDB = logs .Err ("Error accessing database.")
ErrNoFull = logs .Err ("Error no existing full backup.")
EvtRescanVols = iota
EvtRescanSrvs
EvtRescanJobs
EvtVerify
)
GetDiffTar creates a differential backup of src on c, comparing it with
the file index in full, saving the resulting tar and index to dst.
GetFullTar will tar up src on c, and pipe the tar file into dst locally.
type Scheduler struct {
}
keeps track of all helper goroutines. Will block.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.