restic/backend/sftp
Alexander Neumann 4032af0b78 sftp: Use os.IsNotExist() for Test()
The sftp library introduced a change so that the error returned for
(among others) Lstat() can be used with os.IsNotExist() to test whether
the target file does not exist.
2016-02-13 19:11:41 +01:00
..
backend_test.go Remove Create() everywhere 2016-01-24 20:23:50 +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_backend_test.go sftp: Reduce duplicate code, add error check 2016-01-26 22:16:24 +01: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 sftp: Use os.IsNotExist() for Test() 2016-02-13 19:11:41 +01:00