package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev

# Functions

Create initializes a new restic repo with rclone.
NewConfig returns a new Config with the default values filled in.
No description provided by the author
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.