filebackupstorage

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 9 Imported by: 4

Documentation

Overview

Package filebackupstorage implements the BackupStorage interface for a local filesystem (which can be an NFS mount).

Index

Constants

This section is empty.

Variables

View Source
var (
	// FileBackupStorageRoot is where the backups will go.
	// Exported for test purposes.
	FileBackupStorageRoot string
)

Functions

This section is empty.

Types

type FileBackupHandle

type FileBackupHandle struct {
	// contains filtered or unexported fields
}

FileBackupHandle implements BackupHandle for local file system.

func (*FileBackupHandle) AbortBackup

func (fbh *FileBackupHandle) AbortBackup(ctx context.Context) error

AbortBackup is part of the BackupHandle interface

func (*FileBackupHandle) AddFile

func (fbh *FileBackupHandle) AddFile(ctx context.Context, filename string, filesize int64) (io.WriteCloser, error)

AddFile is part of the BackupHandle interface

func (*FileBackupHandle) Directory

func (fbh *FileBackupHandle) Directory() string

Directory is part of the BackupHandle interface

func (*FileBackupHandle) EndBackup

func (fbh *FileBackupHandle) EndBackup(ctx context.Context) error

EndBackup is part of the BackupHandle interface

func (*FileBackupHandle) Error

func (fbh *FileBackupHandle) Error() error

Error is part of the concurrency.ErrorRecorder interface.

func (*FileBackupHandle) HasErrors

func (fbh *FileBackupHandle) HasErrors() bool

HasErrors is part of the concurrency.ErrorRecorder interface.

func (*FileBackupHandle) Name

func (fbh *FileBackupHandle) Name() string

Name is part of the BackupHandle interface

func (*FileBackupHandle) ReadFile

func (fbh *FileBackupHandle) ReadFile(ctx context.Context, filename string) (io.ReadCloser, error)

ReadFile is part of the BackupHandle interface

func (*FileBackupHandle) RecordError

func (fbh *FileBackupHandle) RecordError(err error)

RecordError is part of the concurrency.ErrorRecorder interface.

type FileBackupStorage

type FileBackupStorage struct{}

FileBackupStorage implements BackupStorage for local file system.

func (*FileBackupStorage) Close

func (fbs *FileBackupStorage) Close() error

Close implements BackupStorage.

func (*FileBackupStorage) ListBackups

func (fbs *FileBackupStorage) ListBackups(ctx context.Context, dir string) ([]backupstorage.BackupHandle, error)

ListBackups is part of the BackupStorage interface

func (*FileBackupStorage) RemoveBackup

func (fbs *FileBackupStorage) RemoveBackup(ctx context.Context, dir, name string) error

RemoveBackup is part of the BackupStorage interface

func (*FileBackupStorage) StartBackup

func (fbs *FileBackupStorage) StartBackup(ctx context.Context, dir, name string) (backupstorage.BackupHandle, error)

StartBackup is part of the BackupStorage interface

Jump to

Keyboard shortcuts

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