Re: Backup to mapped drive

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Steve Bruce, mct (swb_mct_at_msn.com)
Date: 09/10/04


Date: Fri, 10 Sep 2004 09:00:58 -0500

Create a batch file like this:

if exist h:\*.* net use h: /del
if exist i:\*.* net use i: /del

net use h: \\datastor\c$
net use i: \\datastor\d$

use the scheduler to run the batch file daily before the backup schedules.
Use the same account on the batch file schedule as you use for backups.

"Marcus" <marcusbb@swipnet.se> wrote in message
news:OG0NswzlEHA.3968@TK2MSFTNGP11.phx.gbl...
> Hi,
> We want to make backup to disk which is located on the other server in the
> domain. I sheduled backup to start at midnight to the mapped drive Z:. How
> to make that mapping will remain after I logout?
>
> Marcus



Relevant Pages

  • Re: Cant schedule a batch file to run in the XP Pro Scheduler
    ... If your backup program called in the BAT file is ... > does NOT run fine is when I try to call the backup.bat batch file ... Why doesn't the XP task scheduler handle batch files? ... > I want to automate the backup of our Retail Management Software ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Scheduled backups fail to start
    ... If I run a manual backup it backs up no ... insert it into a batch file like so: ... echo The backup job ended on %date% at %time%. ... Now use the Task Scheduler to run this job instead of ntbackup.exe, ...
    (microsoft.public.windows.server.general)
  • Re: Ntbackup not function properly
    ... >> Can I have a copy of your batch file cause I want to learn the batch file. ... > backup is stored in. ... >> there is a command for task scheduler. ... > 'Scheduled tasks' is a subfolder of control panel. ...
    (microsoft.public.windowsxp.general)
  • Re: Backup to mapped drive
    ... Marcus ... > use the scheduler to run the batch file daily before the backup schedules. ...
    (microsoft.public.windows.server.general)
  • Re: Cant schedule a batch file to run in the XP Pro Scheduler
    ... Once the backup file is deleted, ... issue a SQL Server command to issue a new backup copy. ... The path of the batch file is in the root directory, and the path, ... is definitely sited in the reference of the Scheduler. ...
    (microsoft.public.windowsxp.perform_maintain)