1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-03 21:12:45 +00:00
restic/internal/backend/rclone
Michael Eischer 506d92e87c rclone: Return a permanent error if rclone already exited
rclone can exit early for example when the connection to rclone is
relayed for example via ssh: `-o rclone.program='ssh user@example.org
forced-command'`
2022-08-23 22:05:04 +02:00
..
backend.go rclone: Return a permanent error if rclone already exited 2022-08-23 22:05:04 +02:00
backend_test.go
config.go
config_test.go
internal_test.go
stdio_conn.go