Tricky_Dicky Posted November 9, 2009 Posted November 9, 2009 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
TechSupp Posted November 9, 2009 Posted November 9, 2009 Yes the last part is the locationa nd name of the bakup file. More details on the other options are here How to use command line parameters with the Ntbackup command in Windows Server 2003 Hope that helps. 1
sted Posted November 9, 2009 Posted November 9, 2009 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 1
Tricky_Dicky Posted November 9, 2009 Author Posted November 9, 2009 That's great, thanks guys. Just need to rename the external drive to U then and hopefully all should be well Rich
sted Posted November 9, 2009 Posted November 9, 2009 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now