#backup #du #rdup

app dpc-rdup-du

RDUP Disk Usage

3 unstable releases

Uses old Rust 2015

0.2.0 Jul 6, 2018
0.1.1 Jun 27, 2016
0.1.0 Jun 27, 2016

#1493 in Filesystem

MPL-2.0 license

9KB
219 lines

RDUP Disk Usage

Build Status

Introduction

rdup-du is a simple tools that will estimate the disk usage of files that will be backed up by rdup backup utility

In an essence it just traverse filesystem, omitting directories containing .nobackup file and calculate summary of space usage. It's useful for identifying files and directories that take the most space.

Implementation

rdup-du is written Rust programming Language

Building & installation

cargo install dpc-rdup-du

Usage

rdup-du <directory>

Dependencies

~180KB