rclone/cmd/serve/restic
Aleksandar Jankovic 8243ff8bc8 accounting: isolate stats to groups
Introduce stats groups that will isolate accounting for logically
different transferring operations. That way multiple accounting
operations can be done in parallel without interfering with each other
stats.

Using groups is optional. There is dedicated global stats that will be
used by default if no group is specified. This is operating mode for CLI
usage which is just fire and forget operation.

For running rclone as rc http server each request will create it's own
group. Also there is an option to specify your own group.
2019-07-28 14:48:19 +01:00
..
restic_appendonly_test.go cmd: add support for private repositories in serve restic - fixes #3247 2019-06-12 13:39:38 +01:00
restic_privaterepos_test.go cmd: add support for private repositories in serve restic - fixes #3247 2019-06-12 13:39:38 +01:00
restic_test_utils.go cmd: add support for private repositories in serve restic - fixes #3247 2019-06-12 13:39:38 +01:00
restic_test.go Add context propagation to rclone 2019-06-19 11:59:46 +01:00
restic_unsupported.go serve restic: disallow on go1.8 because of dependent library changes 2018-11-26 14:10:33 +00:00
restic-test.sh fichier: 1fichier support - fixes #2908 2019-06-30 18:35:01 +01:00
restic.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01: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: disallow on go1.8 because of dependent library changes 2018-11-26 14:10:33 +00:00
stdio_conn.go serve restic: disallow on go1.8 because of dependent library changes 2018-11-26 14:10:33 +00:00