Snapshot

struct Snapshot {
SyncCmd syncCmd;
Hooks hooks;
}

Members

Variables

layout
Layout layout;

The snapshot layout to use.

name
string name;

Name of this snapshot

remoteCmd
RemoteCmd remoteCmd;

How to interact with the destination for e.g. list snapshots.

Meta