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 "$@"