diff --git a/fs/accounting/stats_groups.go b/fs/accounting/stats_groups.go index b3fc6dc97..ef71271b8 100644 --- a/fs/accounting/stats_groups.go +++ b/fs/accounting/stats_groups.go @@ -89,6 +89,7 @@ Returns the following values: { "bytes": total transferred bytes since the start of the group, "checks": number of files checked, + "deletedDirs": number of directories deleted, "deletes" : number of files deleted, "elapsedTime": time in floating point seconds since rclone was started, "errors": number of errors,