I want to set up a Firebird script that will run every day at a certain time. The script would be along the lines of:
gbak -B -V 96.38.238.50:e:\datadb1 /mnt/bfl/monday/datadb1.bak
gbak -B -V 96.38.238.50:e:\datadb2 /mnt/bfl/monday/datadb2.bak
Two questions:
1. How do I set up a timed script to run everyday at a given time?
2. Is there a way to have seven scripts (monday, tuesday, wednesday, etc.) and have those run on only selected days?
Thanks for any assistance.





