Documentation
¶
Index ¶
- type NFS
- func (n *NFS) Clone() interfaces.Storage
- func (n *NFS) Close() error
- func (n *NFS) Configure(p Params)
- func (n *NFS) DeleteOldBackups(logCh chan logger.LogRecord, ofsPart string, job interfaces.Job, full bool) error
- func (n *NFS) DeliveryBackup(logCh chan logger.LogRecord, jobName, tmpBackupFile, ofs, bakType string) error
- func (n *NFS) GetFileReader(ofsPath string) (io.Reader, error)
- func (n *NFS) GetName() string
- func (n *NFS) IsLocal() int
- func (n *NFS) ListBackups(fPath string) ([]string, error)
- type Opts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NFS ¶
type NFS struct { Retention // contains filtered or unexported fields }
func (*NFS) Clone ¶
func (n *NFS) Clone() interfaces.Storage
func (*NFS) DeleteOldBackups ¶
func (*NFS) DeliveryBackup ¶
Click to show internal directories.
Click to hide internal directories.