dsnapshot v0.1.0 (2019-08-04T11:34:54Z)
Dub
Repo
Config
dsnapshot
config
Undocumented in source.
struct
Config {
import
std
.
datetime
:
SysTime
,
Duration
;
;
import
std
.
datetime
:
SysTime
,
Duration
;
;
import
std
.
variant
:
Algebraic
,
visit
;
;
import
std
.
variant
:
Algebraic
,
visit
;
;
static
import
std
.
getopt
;
;
struct
Help
;
struct
Backup
;
struct
Remotecmd
;
struct
Admin
;
struct
Restore
;
struct
Verifyconfig
;
struct
Watch
;
struct
Global
;
alias
Type
=
Algebraic
!(
Help
,
Backup
,
Remotecmd
,
Restore
,
Verifyconfig
,
Admin
,
Watch
)
;
Type
data
;
Global
global
;
SnapshotConfig
[]
snapshots
;
void
printHelp
();
}
Members
Aliases
Type
alias
Type
=
Algebraic
!(
Help
,
Backup
,
Remotecmd
,
Restore
,
Verifyconfig
,
Admin
,
Watch
)
Undocumented in source.
Functions
printHelp
void
printHelp
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Admin
struct
Admin
Undocumented in source.
Backup
struct
Backup
Undocumented in source.
Global
struct
Global
Undocumented in source.
Help
struct
Help
Undocumented in source.
Remotecmd
struct
Remotecmd
Undocumented in source.
Restore
struct
Restore
Undocumented in source.
Verifyconfig
struct
Verifyconfig
Undocumented in source.
Watch
struct
Watch
Undocumented in source.
Variables
data
Type
data
;
Undocumented in source.
global
Global
global
;
Undocumented in source.
snapshots
SnapshotConfig
[]
snapshots
;
Undocumented in source.
Meta
Source
See Implementation
dsnapshot
config
structs
Config