forked from TrueCloudLab/restic
Add minimal documentation for backend/{local,sftp}
This commit is contained in:
parent
e4e502959f
commit
9ac6a1d232
2 changed files with 5 additions and 0 deletions
2
backend/local/doc.go
Normal file
2
backend/local/doc.go
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Package local implements repository storage in a local directory.
|
||||
package local
|
3
backend/sftp/doc.go
Normal file
3
backend/sftp/doc.go
Normal file
|
@ -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 a new issue