I have to work on a project called Backup and Recovery. In that I have to provide a functionality of schedule backup.
So I thought of creating a service or daemon that will invoke my tool at scheduled time.
Am I going in right direction? Your valuable suggestion is welcomed. Thanks
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Sounds like a job for cron (on Unix/Linux) or Task Scheduler (on Windows).