1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00
restic/internal/backend/sftp
Michael Eischer 8bfc2519d7 backend: Deduplicate sanity checks for parameters of Load() method
The check is now handled by backend.DefaultLoad. This also guarantees
consistent behavior across all backends.
2023-04-14 22:32:15 +02:00
..
config_test.go sftp: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
config.go backend: Don't Wrap errors from url.Parse 2022-12-17 09:41:07 +01:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
sftp_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
sftp.go backend: Deduplicate sanity checks for parameters of Load() method 2023-04-14 22:32:15 +02:00
sshcmd_test.go Revert "Put host last in SSH command line" 2020-03-08 16:45:33 +01:00