Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context interface {
// contains filtered or unexported methods
}
Context storage interface
type FTP ¶
type FTP struct { Base // contains filtered or unexported fields }
FTP storage
type: ftp path: /backups host: ftp.your-host.com port: 21 timeout: 30 username: password:
type Local ¶
type Local struct { Base // contains filtered or unexported fields }
Local storage
type: local path: /data/backups
type OSS ¶
type OSS struct { Base // contains filtered or unexported fields }
OSS - Aliyun OSS storage
type: oss bucket: gobackup-test endpoint: oss-cn-beijing.aliyuncs.com path: / access_key_id: your-access-key-id access_key_secret: your-access-key-secret max_retries: 5 timeout: 300 threads: 1 (1 .. 100)
type PackageList ¶
type PackageList []Package
Click to show internal directories.
Click to hide internal directories.