"retrieve -filelist" question

livglarge

ADSM.ORG Member
Joined
Feb 10, 2003
Messages
7
Reaction score
0
Points
0
Website
Visit site
Im using the file list option to archive sql server files with no problem, now I need to retrieve them.



I need to change the names of the files on retrieval and cant see where I can specify the new names using the -filelist option.



This is the command line Im using to retreive only one file, It works great.

retrieve -replace=yes '\\ServerName\c$\APR_S.MDF' 'C:\APR_S_VER_1.MDF'



This is the command line Im using to retrieve multiple files without rename, It works great.

retrieve -replace=yes -filelist=C:\FileList.txt 'C:\'



Can someone tell me if it's possible to do the rename of multiple files using the -filelist option. if so How?



Thanks

Malcolm
 
Back
Top