Documentation ¶
Overview ¶
Package executor contains the logic of taking a backup
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor manages the execution of a backup
func NewLocalExecutor ¶
NewLocalExecutor creates a new backup Executor
func (*Executor) GetBeginWal ¶
GetBeginWal returns the beginWal value, panics if the executor was not executed
func (*Executor) GetEndWal ¶
GetEndWal returns the endWal value, panics if the executor was not executed
func (*Executor) TakeBackup ¶
TakeBackup executes a backup. Returns the result and any error encountered
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
Repository represents a backup repository where base directories are stored
func NewRepository ¶
func NewRepository(ctx context.Context, path string, configFile string, cacheDirectory string) (*Repository, error)
NewRepository creates a new repository in a certain path, ensuring that the repository is initialized and ready to accept backups
Click to show internal directories.
Click to hide internal directories.