This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
restic
Watch
1
Star
0
Fork
0
You've already forked restic
mirror of
https://github.com/restic/restic.git
synced
2025-04-27 06:10:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
restic
/
internal
/
backend
/
sftp
History
Michael Eischer
049a105ba5
Merge pull request
#4077
from greatroar/cleanup
...
test: Use testing.T.Cleanup to remove tempdirs
2022-12-09 22:17:46 +01:00
..
config_test.go
…
config.go
backend, options: Prefer strings.Cut to SplitN
2022-12-02 19:19:14 +01:00
doc.go
…
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
Merge pull request
#4075
from greatroar/sftp-enospc
2022-12-09 22:00:13 +01:00
sshcmd_test.go
…