How To Backup "crontab -e" Files?
You could just backup the entire /var/spool/cron
directory. It contains all crontabs of all users.
You can periodically run crontab -l > my_crontab.backup
to backup the crontab into file.
just backup the file /var/spool/cron/USER_NAME