Find files:
find . -type f -name '*~'
To delete the files:
find . -type f -name '*~' -exec rm -f '{}' \;
In larger environments lots of connections are made by the Plug-In backups. It is recommended to tune the network settings of the invol...