Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + type CephBackupHandle struct + func (bh *CephBackupHandle) AbortBackup(ctx context.Context) error + func (bh *CephBackupHandle) AddFile(ctx context.Context, filename string, filesize int64) (io.WriteCloser, error) + func (bh *CephBackupHandle) Directory() string + func (bh *CephBackupHandle) EndBackup(ctx context.Context) error + func (bh *CephBackupHandle) Name() string + func (bh *CephBackupHandle) ReadFile(ctx context.Context, filename string) (io.ReadCloser, error) + type CephBackupStorage struct + func (bs *CephBackupStorage) Close() error + func (bs *CephBackupStorage) ListBackups(ctx context.Context, dir string) ([]backupstorage.BackupHandle, error) + func (bs *CephBackupStorage) RemoveBackup(ctx context.Context, dir, name string) error + func (bs *CephBackupStorage) StartBackup(ctx context.Context, dir, name string) (backupstorage.BackupHandle, error)