Jump to content

Recommended Posts

Posted

Hi,

 

My much loathed Admin server runs a schedule task every saturday to an external hard drive. Said hard drive died and so I've replaced it with a new one while waiting for a proper backup solution to come in.

The following script is called and I would just like to know is the U:\ at the end the drive letter the external HDD should be?

 

del u:\Week1.old /q

Ren U:\week1.bkf week1.old

%WINDIR%\system32\NTBACKUP.EXE backup "@%windir%\Backup\FileList.bks" /v:yes /r:no /rs:no /m normal /j "Week1" /l:s /f "U:\Week1.bkf"

 

If anyone can shed any light on what the rest of it means that would be great.

 

Cheers

 

Rich

Posted
looks like it to me as far as i can see it deletes week1.old then renames week1.bks as week1.old than procedes to dump whatever files/folder "@%windir%\Backup\FileList.bks" tells it to to week1.bks on the external drive
  • Thanks 1
Posted
That's great, thanks guys.

 

Just need to rename the external drive to U then and hopefully all should be well :)

 

Rich

 

or install usbdlm and force usb drives to be u/v/w/x/y/z or whatever you fancy

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...