1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-31 19:51:26 +00:00
restic/backend/sftp
Alexander Neumann 8b7bf8691d backend: Remove Get()
This is the first commit that removes the (redundant) Get() method of
the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0).
2016-01-23 13:13:05 +01:00
..
config.go Rename URI -> Config/Location 2016-01-17 18:48:05 +01:00
config_test.go Rename URI -> Config/Location 2016-01-17 18:48:05 +01:00
doc.go
sftp.go backend: Remove Get() 2016-01-23 13:13:05 +01:00
sftp_unix.go
sftp_windows.go