How to find big orphaned files?

find . -name "*.zip" -type f
find . -name "*.tgz" -type f
find . -name "*.tar.gz" -type f
find . -name "*.gz" -type f
find . -name "*.sql" -type f

See also:

Cleanup

Archiving