Unaccounted data is stored in the trash

find /mnt/storj/storagenode/storage/trash/ -mtime +7 -type f -exec du --block-size=1000 '{}' ';' | awk '{total+=$1; count++}END{print "TOTAL", total/1000, "MB\n" "count", count}'
3 Likes