package
0.4.0
Repository: https://github.com/falzm/fsdiff.git
Documentation: pkg.go.dev

# Functions

Create creates a new Snapshot of directory <root> to be stored to file <outFile>.
CreateOptCarryOn sets the Snapshot creation to continue in case of filesystem error.
CreateOptExclude sets at list of gitignore-compatible exclusion pattern.
CreateOptShallow sets the Snapshot creation to skip files checksum computation.
Marshal serializes <v> in raw data for Storage in the snapshot database.
Open opens the Snapshot file at <path> in read-only mode.
Unmarshal deserializes Snapshot database <data> into <v>.

# Constants

FormatVersion represents the current snapshot file format version.

# Structs

FileInfo represents information about a file referenced in a Snapshot.
Metadata represent a Snapshot metadata.
Snapshot represents a filesystem snapshot.

# Type aliases

CreateOpt represents a Snapshot creation option.