On Tue, 22 Jun 2004, Bill Dourado wrote: > Hi, > > I have been asked to restore a couple of directories > (excluding *.nsf & *.ntf files) to our emergency server > automatically via a Daily Schedule. ( I could use replace > if newer, may be !) > > Is it possible bearing in mind I am restoring to a different node ? > On will node should the Schedule run ? > How do I achieve this ? > Does anyone have a script of some sort ?
Using a windows scheduled event (unix cron entry), execute a batch file that cd's to where you want, then does a: dsmc restore \\host\c$\fileintsm.nsf \\backupserver\c$ Mike