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