diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
BackupPath
diamond
security
backup
backuppath
Wrapper around a backup path.
struct
BackupPath {
string
source
;
string
destination
;
}
Members
Variables
destination
string
destination
;
The destination path.
source
string
source
;
The source path.
Meta
Source
See Implementation
diamond
security
backup
backuppath
structs
BackupPath
Wrapper around a backup path.