Have setup the following to auto run KBackup:
System Settings - Task Scheduler - Configure and Schedule Tasks - Personal Cron - New Task
KBackup auto run: At 06:15am, every Mon, Wed, and Fri of every month
To confirm the above settings have been set:
bumpy@bumpyputer:~$ crontab -l
#No comment
15 6 * * 1,3,5 kbackup --auto /media/BUMPYBKUPS/BumpyBackups/bumpy_profile.kbp
# File generated by KCron the Thursday 16 August 2012 8:04 AM.
Question: The Task Schedluler Setup displays this Warning:
Important ?
Don't forget to tell your system to start the crond cron daemon first, or the settings in this module will not work.
How do I "tell the system"?
Obviusly I will have to wait untill 6.15am tomorrow (Friday) to determine if the above will work!
System Settings - Task Scheduler - Configure and Schedule Tasks - Personal Cron - New Task
KBackup auto run: At 06:15am, every Mon, Wed, and Fri of every month
To confirm the above settings have been set:
bumpy@bumpyputer:~$ crontab -l
#No comment
15 6 * * 1,3,5 kbackup --auto /media/BUMPYBKUPS/BumpyBackups/bumpy_profile.kbp
# File generated by KCron the Thursday 16 August 2012 8:04 AM.
Question: The Task Schedluler Setup displays this Warning:
Important ?
Don't forget to tell your system to start the crond cron daemon first, or the settings in this module will not work.
How do I "tell the system"?
Obviusly I will have to wait untill 6.15am tomorrow (Friday) to determine if the above will work!
Comment