package
0.0.0-20230213000942-0ac389eb68b6
Repository: https://github.com/someone1/zfsbackup-go.git
Documentation: pkg.go.dev
# Functions
CreateBackupVolume will call CreateSimpleVolume and add options to compress, encrypt, and/or sign the file as it is written depending on the provided options.
CreateManifestVolume will call CreateSimpleVolume and add options to compress, encrypt, and/or sign the file as it is written depending on the provided options.
CreateSimpleVolume will create a temporary file to write to.
ExtractLocal will try and open a local file for extraction.
# Constants
256KiB.
InternalCompressor is the key used to indicate we want to utilize the internal compressor.
No description provided by the author
# Structs
JobInfo represents the relevant information for a job that can be used to read in details of that job at a later time.
SnapshotInfo represents a snapshot with relevant information.
VolumeInfo holds all necessary information for a Volume as part of a backup.
# Type aliases
ByVolumeNumber is used to sort a VolumeInfo slice by VolumeNumber.