package
0.0.0-20230213000942-0ac389eb68b6
Repository: https://github.com/someone1/zfsbackup-go.git
Documentation: pkg.go.dev
# Functions
AutoRestore will compute which snapshots need to be restored to get to the snapshot provided, or to the latest snapshot of the volume provided nolint:funlen,gocyclo // Difficult to break this up.
Backup will initiate a backup with the provided configuration.
Clean will remove files found in the desination that are not found in any of the manifests found locally or in the destination.
List will sync the manifests found in the target destination to the local cache and then read and output the manifest information describing the backup sets found in the target destination.
ProcessSmartOptions will compute the snapshots to use nolint:funlen,gocyclo // Difficult to break this up.
Receive will download and restore the backup job described to the Volume target provided.
# Variables
No description provided by the author