Performing Incremental backups using tar April 12, 2017 admin Ubuntu https://www.unixmen.com/performing-incremental-backups-using-tar/ Share This Tweet Share Share Email Related Posts Find and delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise… How to verify whether DNS is working correctly http://www.akadia.com/services/check_dns.html You can edit your cron jobs by running crontab -e
Find and delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…