From 444161cb99e57843eb1ba4940f365fab92e05858 Mon Sep 17 00:00:00 2001 From: OlivierBerger Date: Sat, 26 Sep 2015 12:24:19 +0000 Subject: [PATCH] --- ...toring_disk_usage_by_different_repos_on_same_drive.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive.mdwn diff --git a/doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive.mdwn b/doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive.mdwn new file mode 100644 index 0000000000..698413ce34 --- /dev/null +++ b/doc/forum/monitoring_disk_usage_by_different_repos_on_same_drive.mdwn @@ -0,0 +1,7 @@ +I've setup a server using gitolite3 to host repositories for our users. All these repos share the same disk (2.5 Tb ;-). They're mainly used as backup of all contents. + +I'd like to monitor disk usage (possibly with statistics related to git-annex specificities) for these repos. + +Would anyone suggest a solution (web based maybe), for easily monitoring the growth of the repos storage ? + +Thanks in advance.