rclone/cmd
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
..
about Add context propagation to rclone 2019-06-19 11:59:46 +01:00
all rcd: implement new command just to serve the remote control API 2018-11-03 11:32:00 +00:00
authorize Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
cachestats Implement new backend config system 2018-07-16 21:20:47 +01:00
cat Add context propagation to rclone 2019-06-19 11:59:46 +01:00
check Add context propagation to rclone 2019-06-19 11:59:46 +01:00
cleanup Add context propagation to rclone 2019-06-19 11:59:46 +01:00
cmount fix spelling 2019-04-30 14:12:18 +02:00
config config: make config create/update encrypt passwords where necessary 2019-06-10 18:08:55 +01:00
copy Add context propagation to rclone 2019-06-19 11:59:46 +01:00
copyto Add context propagation to rclone 2019-06-19 11:59:46 +01:00
copyurl Add context propagation to rclone 2019-06-19 11:59:46 +01:00
cryptcheck Add context propagation to rclone 2019-06-19 11:59:46 +01:00
cryptdecode Implement new backend config system 2018-07-16 21:20:47 +01:00
dbhashsum Add context propagation to rclone 2019-06-19 11:59:46 +01:00
dedupe Add context propagation to rclone 2019-06-19 11:59:46 +01:00
delete Add context propagation to rclone 2019-06-19 11:59:46 +01:00
deletefile Add context propagation to rclone 2019-06-19 11:59:46 +01:00
genautocomplete support for zsh auto-completion - #983 2017-08-31 16:21:28 +01:00
gendocs docs: add a new page with global flags and link to it from the command docs 2019-06-20 16:45:44 +01:00
hashsum Add context propagation to rclone 2019-06-19 11:59:46 +01:00
info Add context propagation to rclone 2019-06-19 11:59:46 +01:00
link Add context propagation to rclone 2019-06-19 11:59:46 +01:00
listremotes listremotes: remove -l short flag as it conflicts with the new global flag 2019-02-03 12:17:15 +00:00
ls Add context propagation to rclone 2019-06-19 11:59:46 +01:00
lsd Add context propagation to rclone 2019-06-19 11:59:46 +01:00
lsf Add context propagation to rclone 2019-06-19 11:59:46 +01:00
lsjson Add context propagation to rclone 2019-06-19 11:59:46 +01:00
lsl Add context propagation to rclone 2019-06-19 11:59:46 +01:00
md5sum Add context propagation to rclone 2019-06-19 11:59:46 +01:00
memtest Add context propagation to rclone 2019-06-19 11:59:46 +01:00
mkdir Add context propagation to rclone 2019-06-19 11:59:46 +01:00
mount build: more pre go1.8 workarounds removed 2019-05-08 15:14:51 +01:00
mountlib mount: default --deamon-timout to 15 minutes on macOS and FreeBSD 2019-06-25 15:30:42 +01:00
move Add context propagation to rclone 2019-06-19 11:59:46 +01:00
moveto Add context propagation to rclone 2019-06-19 11:59:46 +01:00
ncdu ncdu: Display/Copy to Clipboard Current Path 2019-06-26 16:49:53 +01:00
obscure config: factor Obscure and Reveal into its own package 2018-01-18 20:19:55 +00:00
purge Add context propagation to rclone 2019-06-19 11:59:46 +01:00
rc Add context propagation to rclone 2019-06-19 11:59:46 +01:00
rcat Add context propagation to rclone 2019-06-19 11:59:46 +01:00
rcd fix typo in rcd docs 2019-01-29 14:37:58 +00:00
reveal Add reveal command 2018-08-07 20:51:50 +01:00
rmdir Add context propagation to rclone 2019-06-19 11:59:46 +01:00
rmdirs Add context propagation to rclone 2019-06-19 11:59:46 +01:00
serve accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
settier Add context propagation to rclone 2019-06-19 11:59:46 +01:00
sha1sum Add context propagation to rclone 2019-06-19 11:59:46 +01:00
size Add context propagation to rclone 2019-06-19 11:59:46 +01:00
sync Abstract --Backup-dir checks so can be applied across Sync, Copy, Move 2019-07-01 10:46:26 +01:00
touch Add context propagation to rclone 2019-06-19 11:59:46 +01:00
tree fs/dirtree: factor DirTree out of fs/walk and add tests 2019-07-02 15:26:55 +01:00
version cmd/version: factor version number parsing routines into fs/version 2018-11-05 15:44:40 +00:00
cmd.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
help.go docs: add a new page with global flags and link to it from the command docs 2019-06-20 16:45:44 +01:00
progress_other.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
progress_windows.go cmd: fix --progress crash under Windows Jenkins - fixes #2846 2018-12-22 18:05:13 +00:00
progress.go accounting: isolate stats to groups 2019-07-28 14:48:19 +01:00
siginfo_darwin.go cmd: add siginfo handler 2018-06-02 17:35:13 +01:00
siginfo_others.go cmd: add siginfo handler 2018-06-02 17:35:13 +01:00