Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Snapshot ¶
type Snapshot struct { ID string `json:"id"` Time time.Time `json:"time"` Tree string `json:"tree"` Paths []string `json:"paths"` Hostname string `json:"hostname"` Username string `json:"username"` UID int `json:"uid"` Gid int `json:"gid"` Tags []string `json:"tags"` }
Snapshot models a restic a single snapshot from the snapshots --json subcommand.
Click to show internal directories.
Click to hide internal directories.