Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Volume ¶
type Volume struct { Path string `arg:"" env:"PATH_TO_BACKUP" help:"Path to synchronize." type:"path" group:"Volume"` IndexFile string `help:"File where synchronisation data will be kept." optional:"" default:".changes.log" group:"Volume"` Excludes []string `name:"exclude" env:"BACKUP_EXCLUDES" help:"Exclude some files and directories by name" optional:"" sep:"," group:"Volume"` }
Click to show internal directories.
Click to hide internal directories.