community.borland.com

Article #25162: Scheduling GBAK with NT's AT command (some scheduling examples)

Problem:


How to automate GBAK and develop a good backup procedure

Solution:
Examples:
To run the "backup to disk" program every weeknight at midnight 
at a DOS shell type:

	at 12:00AM  /every:Monday,Tuesday,Wednesday,Thursday,Friday 
	/interactive "d:ibmkntat_dsk.bat"

	To run the "backup to tape" program every weeknight at midnight 
	at a DOS shell type:

	at 12:00AM  /every:Monday,Tuesday,Wednesday,Thursday,Friday
	/interactive "d:ibmkntat_tp.bat"

Last Modified: 29-SEP-00