mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
Add minimal documentation for backend/{local,sftp}
This commit is contained in:
parent
e4e502959f
commit
9ac6a1d232
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 New Issue
Block a user