dpc-rdup-du

Crates.iodpc-rdup-du
lib.rsdpc-rdup-du
version0.2.0
created_at2016-06-27 00:18:16.893344+00
updated_at2018-07-06 04:40:14.494403+00
descriptionRDUP Disk Usage
homepagehttps://github.com/dpc/rdup-du
repositoryhttps://github.com/dpc/rdup-du
max_upload_size
id5506
size10,708
dpc (dpc)

documentation

https://dpc.github.io/rdup-du/

README

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>
Commit count: 0

cargo fmt