forked from TrueCloudLab/restic
Add SFTP backend
This commit is contained in:
parent
bfd99a9be6
commit
f848afed27
6 changed files with 456 additions and 37 deletions
|
@ -22,5 +22,7 @@ type Server interface {
|
|||
Remove(Type, ID) error
|
||||
Version() uint
|
||||
|
||||
Close() error
|
||||
|
||||
Location() string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue