restic/internal/backend/sftp
Michael Eischer 5260d38980 backend: let ParseConfig return concrete type 2023-06-07 22:30:35 +02:00
..
config.go backend: let ParseConfig return concrete type 2023-06-07 22:30:35 +02:00
config_test.go sftp: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
doc.go
layout_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
sftp.go Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
sftp_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
sshcmd_test.go