Documentation ¶
Overview ¶
Package volumes is storing snapshot of the last backup so most media do not need to be re-analysed on next backup.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemRepository ¶
type FileSystemRepository struct {
Directory string
}
func (*FileSystemRepository) RestoreLastSnapshot ¶
func (r *FileSystemRepository) RestoreLastSnapshot(volumeId string) ([]backupmodel.SimpleMediaSignature, error)
func (*FileSystemRepository) StoreSnapshot ¶
func (r *FileSystemRepository) StoreSnapshot(volumeId string, backupId string, signatures []backupmodel.SimpleMediaSignature) error
Click to show internal directories.
Click to hide internal directories.