mirror of https://github.com/restic/restic.git
Add minimal documentation for backend/{local,sftp}
This commit is contained in:
parent
e4e502959f
commit
9ac6a1d232
|
@ -0,0 +1,2 @@
|
||||||
|
// Package local implements repository storage in a local directory.
|
||||||
|
package local
|
|
@ -0,0 +1,3 @@
|
||||||
|
// Package sftp implements repository storage in a directory on a remote server
|
||||||
|
// via the sftp protocol.
|
||||||
|
package sftp
|
Loading…
Reference in New Issue