Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type WinVSSSnapshot ¶
type WinVSSSnapshot struct { SnapshotPath string `json:"path"` Id string `json:"vss_id"` TimeStarted time.Time `json:"time_started"` DriveLetter string // contains filtered or unexported fields }
func Snapshot ¶
func Snapshot(driveLetter string) (*WinVSSSnapshot, error)
Snapshot creates a new VSS snapshot for the specified drive
func (*WinVSSSnapshot) Close ¶
func (s *WinVSSSnapshot) Close()
Click to show internal directories.
Click to hide internal directories.