crontab doesn't work after /etc/crontab is configured – CentOS
I added this line to the end of /etc/crontab file: * * * * * cp /etc /backups -R > /dev/null && tar -Jcf /backups/etc-`date +%Y-%m-%d-%H-%M-%S`.tar.xz /backups/etc > /dev/null && rm -rf /backups/etc > /dev/null and then I restarted the…