From 92b72092d4e60491e33a811f679775a74190ec9f Mon Sep 17 00:00:00 2001 From: Rahul Baruri Date: Sun, 19 Dec 2021 02:21:36 +0100 Subject: [PATCH] Added large-file-finder monitoring tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17bbbe2d..8e25f5ce 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [honcho](https://github.com/nickstenning/honcho) - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. * [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX. * Monitoring + * [large-file-finder](https://github.com/rbrahul/large-file-finder) - A CLI application to monitor large files that are eating up your system storage. * [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. * Backup * [BorgBackup](https://www.borgbackup.org/) - A deduplicating archiver with compression and encryption.