Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBtrfsPath = errors.New("btrfs destination: missing path")
)
View Source
var (
ErrCommandMissing = errors.New("command destination: missing command")
)
View Source
var (
ErrFSPath = errors.New("fs destination: missing path")
)
View Source
var (
ErrProxyCommandMissing = errors.New("proxy destination: missing command")
)
Functions ¶
Types ¶
type ListBackupsArgs ¶ added in v0.5.0
type ListBackupsArgs struct {
uback.Options
}
type ReceiveBackupArgs ¶ added in v0.5.0
type ReceiveBackupArgs struct { uback.Options uback.Backup }
type RemoveBackupArgs ¶ added in v0.5.0
type RemoveBackupArgs struct { uback.Options uback.Backup }
type SendBackupArgs ¶ added in v0.5.0
type SendBackupArgs struct { uback.Options uback.Backup }
Click to show internal directories.
Click to hide internal directories.