Find files that ends with tilde

Find files:

find . -type f -name '*~'

To delete the files:

find . -type f -name '*~' -exec rm -f '{}' \;

Veeam RMAN plugin Windows network tuning

  In larger environments lots of connections are made by the Plug-In backups. It is recommended to tune the network settings of the invol...

Mais vistos