PC Review


Reply
Thread Tools Rate Thread

adding 2 more locations to a backup script

 
 
Roland
Guest
Posts: n/a
 
      19th Aug 2005
Hi I've got this backup script that I need to update and can't find my
scripting resource manual. So I'm hoping some guru can help me out.
This is my current backup script

rsm.exe refresh /LF"ARCHIVE Python 06408-XXX SCSI Sequential Device"
sleep 30
NTBACKUP BACKUP SYSTEMSTATE Q:\ /P "4mm DDS" /d "daily backup of Q drive"
/v:yes /m normal /hcn /um
NET START SERVER
CALL C:\WINNT\TAPEEJECT.CMD

I'd also like to backup the U: drive and the MY Documents folder on this
file server. My question is where do I add these locations to on my script.
Your help would be greatly appreciated.

Thanks.


 
Reply With Quote
 
 
 
 
Jerold Schulman
Guest
Posts: n/a
 
      19th Aug 2005
On Fri, 19 Aug 2005 14:34:52 GMT, "Roland" <(E-Mail Removed)> wrote:

>Hi I've got this backup script that I need to update and can't find my
>scripting resource manual. So I'm hoping some guru can help me out.
>This is my current backup script
>
>rsm.exe refresh /LF"ARCHIVE Python 06408-XXX SCSI Sequential Device"
>sleep 30
>NTBACKUP BACKUP SYSTEMSTATE Q:\ /P "4mm DDS" /d "daily backup of Q drive"
>/v:yes /m normal /hcn /um
>NET START SERVER
>CALL C:\WINNT\TAPEEJECT.CMD
>
>I'd also like to backup the U: drive and the MY Documents folder on this
>file server. My question is where do I add these locations to on my script.
>Your help would be greatly appreciated.
>
>Thanks.
>


rsm.exe refresh /LF"ARCHIVE Python 06408-XXX SCSI Sequential Device"
sleep 30
subst X: "c:\documents and settings"
NTBACKUP BACKUP SYSTEMSTATE Q:\ U:\ X:\ /P "4mm DDS" /d "daily backup of Q drive" /v:yes /m normal /hcn /um
subst X: /D
NET START SERVER
CALL C:\WINNT\TAPEEJECT.CMD
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Set Excel Trusted Locations Login Script powlaz Microsoft Excel Setup 1 29th Dec 2009 05:45 PM
Excluding locations from a backup Georgios Kasselakis Windows Vista File Management 3 24th Jul 2008 01:59 AM
Data Locations & Backup Jeff Gaines Windows Vista General Discussion 6 8th Dec 2006 02:52 PM
Re: Data Locations & Backup Steve Cochran Windows Vista Mail 1 8th Dec 2006 02:13 PM
script locations PL Microsoft Windows 2000 Active Directory 2 30th Mar 2006 02:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:11 AM.