1
mirror of https://github.com/rclone/rclone synced 2024-11-12 10:50:08 +01:00
rclone/cmd/serve/restic
Nick Craig-Wood 1313b529ff serve restic: use ListR (--fast-list) if available
For Restic's use case, --fast-list will use less transactions and
calling ListR directly means we can avoid the usual memory overhead.
2018-03-18 16:22:05 +00:00
..
restic_test.go serve restic: make it easy to run integration tests against any remote 2018-03-18 14:23:56 +00:00
restic.go serve restic: use ListR (--fast-list) if available 2018-03-18 16:22:05 +00:00
stdio_conn_go1.10.go serve restic: add http2 server on stdin/stdout 2018-03-11 14:48:46 +00:00
stdio_conn_pre_go1.10.go serve restic: add http2 server on stdin/stdout 2018-03-11 14:48:46 +00:00
stdio_conn.go serve/restic: Remove log message on Close 2018-03-14 21:50:33 +00:00