cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
521
Views
0
Helpful
2
Replies

Restoring backup data

msalim
Level 1
Level 1

I have reinstalled LMS3.1 and trying to restore data. Data is stored in D:\xx\automaticbackup\cmfbackup\0 during LMS 3.2 upgrade. Since I had problem with LMS3.2, I am going back to 3.1 for now.

I used command

D:\Program Files\CSCOpx\bin>perl restorebackup.pl -d D:\xx\automaticbackup\cmfbackup\0

Also tried using D:\Program Files\CSCOpx\bin>perl restorebackup.pl -d D:\xx\automaticbackup\cmfbackup

but no luck. Would you please tell me per my backup path, what syntax should I use to restore backup data?

Thanks,

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

You need to use fully qualified paths and DOS 8.3 file names. For example:

d:\progra~1\cscopx\bin\perl d:\progra~1\cscopx\bin\restorebackup.pl -d D:\xx\automaticbackup\cmfbackup

It worked.

Thanks for your help.