From 2436b162ee8f854ec64f65115e4b8620b929513c Mon Sep 17 00:00:00 2001 From: Maciej Krok Date: Sun, 26 Feb 2017 13:13:55 +0100 Subject: [PATCH] tree when rsync --- scripts/trsync | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/trsync b/scripts/trsync index 1d7c09a..4803451 100755 --- a/scripts/trsync +++ b/scripts/trsync @@ -1,6 +1,7 @@ #!/bin/bash if [ $# -eq 2 ]; then + tree -ha --du "$1" time rsync -vazh --progress --partial "$@" else time rsync "$@"