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