1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 08:16:36 +00:00
restic/internal/backend/sftp
Michael Eischer 7881309d63 backend: move backend implementation helpers to util package
This removes code that is only used within a backend implementation from
the backend package. The latter now only contains code that also has
external users.
2023-10-25 22:54:07 +02:00
..
config.go backend/sftp: Add sftp.args option 2023-10-21 19:25:44 +02:00
config_test.go
doc.go
layout_test.go
sftp.go backend: move backend implementation helpers to util package 2023-10-25 22:54:07 +02:00
sftp_test.go backend: Adjust tests to use the Factory to instantiate the backend 2023-06-17 15:15:58 +02:00
sshcmd_test.go sftp: test that Args and Command options cannot be set at the same time 2023-10-21 19:26:39 +02:00