Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick and Dirty Groupwise backup

Status
Not open for further replies.

bytehd

IS-IT--Management
Apr 26, 2002
575
US
CRON this or NW65: Scheduled Task:

For elapsed time
Just check the timestamps for sys:\system\startjob.txt
Just check the timestamps for sys:\system\stopjob.txt


; Requires Novell TOOLBOX.NLM loaded
;
; GWBACK.NCF ------ (Put this in sys:\system)
copy sys:\system\marker.txt sys:\system\startjob.txt /r
gwdn
delay 30
copy sys:\DOMAIN sys:\DOMAIN_BACKUP /s/r
copy sys:\PO sys:\PO_BACKUP /s/r
gwup
copy sys:\system\marker.txt sys:\system\stopjob.txt /r


; GWUP.NCF -------- (Put this in sys:\system)
;grpwise
;gwia
;strtweb

; GWDN.NCF -------- (Put this in sys:\system)
;unload gwmta
;unload gwpoa
;unload gwia
;stopweb


George Walkey
Senior Geek in charge
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top