directory
0.8.0
Repository: https://github.com/advanderveer/restic.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package backend provides local and remote storage for restic repositories.
No description provided by the author
No description provided by the author
Package crypto provides all cryptographic operations needed in restic.
Package debug provides an infrastructure for logging debug information and breakpoints.
Package errors provides custom error types used within restic.
Package filter implements filters for files similar to filepath.Glob, but in contrast to filepath.Glob a pattern may specify directories.
Package fs implements an OS independent abstraction of a file system suitable for backup purposes.
No description provided by the author
No description provided by the author
Package index contains various data structures for indexing content in a repository or backend.
No description provided by the author
No description provided by the author
Package migrations contains migrations that can be applied to a repository and/or backend.
No description provided by the author
No description provided by the author
Package pack provides functions for combining and parsing pack files.
Package pipe implements walking a directory in a deterministic order.
Package repository implements a restic repository on top of a backend.
Package restic is the top level package for the restic backup program, please see https://github.com/restic/restic for more information.
Package test provides helper functions for writing tests for restic.
No description provided by the author
Package worker implements a worker pool.