package
0.9.7
Repository: https://github.com/quinn/restic.git
Documentation: pkg.go.dev

# Functions

Create initializes a new restic repo with clone.
New initializes a Backend and starts the process.
NewConfig returns a new Config with the default values filled in.
Open starts an rclone process with the given config.
ParseConfig parses the string s and extracts the remote server URL.

# Structs

Addr implements net.Addr for stdin/stdout.
Backend is used to access data stored somewhere via rclone.
Config contains all configuration necessary to start rclone.
StdioConn implements a net.Conn via stdin/stdout.