Unsolved
1 Rookie
•
82 Posts
0
493
September 9th, 2020 10:00
Recovery Command Line Failed to Create Directory
Hi everyone , i was trying to performance a recovery trought the recovery command usign ssid
The command is:
recover -s nwres -a -iR -S 1085623516 -d J:\RecoverBalance\271019 J:\Balance
But the message error is: recover unable to send indication 'Failed to create directory j:\RecoverBalance\271019''
pd:destination folder exists on server and I got the ssid with mminfo and is with flag CB from disk.
Thanks in advance
No Events found!
bingo.1
2.4K Posts
0
September 10th, 2020 01:00
If you use the -a option, it has to go along with the source path. Consequently, if you change the command as follows ...
recover -s nwres -iR -S 1085623516 -d "J:\RecoverBalance\271019" -a "J:\Balance"
... it should work as expected.