repository

package
v0.0.0-...-31b6cb5 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	PGDataLocation    = "/var/lib/postgresql/data/pgdata"
	TablespacesFolder = "pg_tblspc"
	WALFolder         = "pg_wal"
)

Variables

This section is empty.

Functions

This section is empty.

Types

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, p string, 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

func (*Repository) Snapshot

func (repo *Repository) Snapshot(ctx context.Context, path string, tags map[string]string) error

Snapshot takes a Kopia snapshot of a certain path, adding a set of tags

Jump to

Keyboard shortcuts

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