directory
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev
# Packages
Package archiver contains the code which reads files, splits them into chunks and saves the data to the repository.
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.
No description provided by the author
Package errors provides custom error types used within restic.
No description provided by the author
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
Package migrations contains migrations that can be applied to a repository and/or backend.
No description provided by the author
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 restorer contains code to restore data from a repository.
No description provided by the author
Package test provides helper functions for writing tests for restic.
Package textfile allows reading files that contain text.
No description provided by the author
No description provided by the author