mirror of
https://github.com/restic/restic.git
synced 2025-08-20 13:27:31 +00:00
Add minimal documentation for backend/{local,sftp}
This commit is contained in:
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
|
Reference in New Issue
Block a user