package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package gs provides a restic backend for Google Cloud Storage.
No description provided by the author
No description provided by the author
Package local implements repository storage in a local directory.
Package location implements parsing the restic repository location from a string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package sema implements semaphores.
Package sftp implements repository storage in a directory on a remote server via the sftp protocol.
No description provided by the author
Package test contains a test suite with benchmarks for restic backends.
No description provided by the author
# Functions
No description provided by the author
NewByteReader prepares a ByteReader that can then be used to read buf.
NewFileReader wraps f in a *FileReader.
ReadAt reads from the backend handle h at the given position.
ReaderAt returns an io.ReaderAt for a file in the backend.
SplitShellStrings returns the list of shell strings from a shell command string.
Transport returns a new http.RoundTripper with default settings applied.
# Constants
These are the different data types a backend can store.
These are the different data types a backend can store.
These are the different data types a backend can store.
These are the different data types a backend can store.
These are the different data types a backend can store.
These are the different data types a backend can store.
wpl 2024-07-24.
# Variables
No description provided by the author
# Structs
ByteReader implements a RewindReader for a byte slice.
FileInfo is contains information about a file in the backend.
FileReader implements a RewindReader for an open file.
Handle is used to store and access data in a backend.
TransportOptions collects various options which can be set for an HTTP based transport.
# Interfaces
ApplyEnvironmenter fills in a backend configuration from the environment.
Backend is used to store and access data.
No description provided by the author
RewindReader allows resetting the Reader to the beginning of the data.
No description provided by the author
# Type aliases
FileType is the type of a file in the backend.