package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev
# Functions
Create creates an sftp backend as described by the config by running "ssh" with the appropriate arguments (or cfg.Command, if set).
Join joins the given paths and cleans them afterwards.
NewConfig returns a new config with default options applied.
No description provided by the author
Open opens an sftp backend as described by the config by running "ssh" with the appropriate arguments (or cfg.Command, if set).
ParseConfig parses the string s and extracts the sftp config.