flexera-public / server-templates

Server Templates, and RightScripts(Bash, Powershell)
http://www.flexera.com
Apache License 2.0
0 stars 2 forks source link

Added Backup Cron Job for Chef Server Backups #43

Closed tusharshahrs closed 7 years ago

tusharshahrs commented 7 years ago

Added Backup Cron Job for Chef Server Backups

tusharshah@ip-10-146-22-234:~$ cat /etc/cron.d/chef-backup 1 11 * root /usr/local/bin/rsc rl10 run_right_script /rll/run/right_script right_script="RL 10 CHEF SERVER BACKUP VIA RIGHTSCRIPTS"

Validated it by manually running the entries in chef-backup: root@ip-10-146-22-234:/etc/cron.d# /usr/local/bin/rsc rl10 run_right_script /rll/run/right_script right_script="RL 10 CHEF SERVER BACKUP VIA RIGHTSCRIPTS"