Category : Linux

Home » Archive by category : Linux

Backup Directory /var/sportlogic This is where database backups are stored, e.g. “database.auto.backup”, “database.auto.backup.daily”, “database.auto.backup.startup”. Delete Old Backups: To find old database backups, e.g. all 2017 January backup files find . -name “2017-01*.zip To delete sudo rm `find . -name “2017-01*.zip” | xargs` &nb..

Read more