Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

edit cron jobs linux

crontab -e

#and the content must be like this.
0 6 * * * /home/admin/rsync_dailybackup.sh

#Keep in mind that the rsync_dailybackup.sh must have execute permissions, if not then make it as
chmod +x /home/admin/rsync_dailybackup.sh

#After making the changes restart the cron service.
Source by www.howtoforge.com #
 
PREVIOUS NEXT
Tagged: #edit #cron #jobs #linux
ADD COMMENT
Topic
Name
8+6 =