1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-03 04:56:48 +00:00
restic/internal/backend/rclone
Alexander Neumann 0b776e63e7 backend/rclone: Request random file name
When `/` is requested, rclone returns the list of all files in the
remote, which is not what we want (and it can take quite some time).
2018-04-01 10:18:38 +02:00
..
backend.go backend/rclone: Request random file name 2018-04-01 10:18:38 +02:00
backend_test.go Address code review comments 2018-04-01 10:18:38 +02:00
config.go Address code review comments 2018-04-01 10:18:38 +02:00
config_test.go
stdio_conn.go backend/rclone: Make sure rclone terminates 2018-04-01 10:18:38 +02:00
stdio_conn_go110.go
stdio_conn_other.go