Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicityEngine ¶
type DuplicityEngine struct {
Handler *handler.Conplicity
Volume *volume.Volume
}
DuplicityEngine implements a backup engine with Duplicity
func (*DuplicityEngine) Backup ¶
func (d *DuplicityEngine) Backup() (err error)
Backup performs the backup of the passed volume
func (*DuplicityEngine) GetName ¶
func (*DuplicityEngine) GetName() string
GetName returns the engine name
type RCloneEngine ¶
type RCloneEngine struct {
Handler *handler.Conplicity
Volume *volume.Volume
}
RCloneEngine implements a backup engine with RClone
func (*RCloneEngine) Backup ¶
func (r *RCloneEngine) Backup() (err error)
Backup performs the backup of the passed volume
func (*RCloneEngine) GetName ¶
func (*RCloneEngine) GetName() string
GetName returns the engine name
Click to show internal directories.
Click to hide internal directories.