Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // AllBackups if true `list` or `trim` command affect all backups registered // in Backups field. AllBackups bool // Default is the name of a default backup Default string // Backups contains registered backups. Map's key contains backups' alias, // value contains backups' filesystem path. Backups map[string]string }
Click to show internal directories.
Click to hide internal directories.