I create this four lines via crontab -e First and third just delete old backup if there any older than it is instructed in code 17 2 * * * find /home/nginx/domains/pijanitvor.com/backup/ssh_database -mtime +3 -type f -exec rm -f {} \; 27 2 * * *...