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_test.go Rename URI -> Config/Location 2016-01-17 18:48:05 +01:00
config.go Rename URI -> Config/Location 2016-01-17 18:48:05 +01:00
doc.go Add minimal documentation for backend/{local,sftp} 2015-05-09 12:54:45 +02:00
sftp_unix.go Create ignoreSigIntProcAttr() 2015-08-16 12:51:01 +02:00
sftp_windows.go Create ignoreSigIntProcAttr() 2015-08-16 12:51:01 +02:00
sftp.go backend: Remove Get() 2016-01-23 13:13:05 +01:00