Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct {
// contains filtered or unexported fields
}
func (*Args) CommandAppliers ¶
type Cache ¶
type Cache struct { CacheDirectory string // the directory where cache is stored. Default is "/tmp/kopia-cache". ContentCacheSizeLimitMB int // the maximum size of the content cache in MB. MetadataCacheSizeLimitMB int // the maximum size of the metadata cache in MB. // unused? ContentCacheSizeMB int // the size of the content cache in MB. MetadataCacheSizeMB int // the size of the metadata cache in MB. }
Cache provides the cache arguments for Kopia CLI.
type Common ¶
type Common struct { ConfigFilePath string // the path to the config file. LogDirectory string // the directory where logs are stored. LogLevel string // the level of logging. Default is "error". RepoPassword string // the password for the repository. }
Common provides the common arguments for Kopia CLI.
Click to show internal directories.
Click to hide internal directories.