From e233f8b0a74b6bee1a4662b23148f0eb425f04ad Mon Sep 17 00:00:00 2001 From: Billy Hughes Date: Mon, 2 Feb 2026 11:10:36 +0000 Subject: [PATCH] accounting: Add deletedDirs stat to core/stats help output --- fs/accounting/stats_groups.go | 1 + 1 file changed, 1 insertion(+) 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,