Unsolved
This post is more than 5 years old
1 Rookie
•
27 Posts
0
1643
May 7th, 2018 03:00
Is posible to recover a NDMP file with Networker in NetApp Filer to an alternate path without restore the absolute path file?
Is posible to recover a NDMP file with Networker in NetApp Filer to an alternate path without restore the absolute path file?
No Events found!



bingo.1
2.4K Posts
0
May 7th, 2018 09:00
I do not think so. The original pathname shall remind you where it came from.
wlee
263 Posts
3
May 9th, 2018 06:00
> Is posible to recover a NDMP file with Networker in NetApp Filer to an alternate path without restore the absolute path file?
Yes you can. The recover GUI allows you to perform a browsable recovery with redirect.
When using saveset recovery you can specify the destination host and path to recover to.
nsrndmp_recover -S ssid -v off –m “destination-host::destination-path" source
For example:
nsrndmp_recover -S 123456789012 -v off –m “destination-host::/root_vdm_1/Users/recover” “/root_vdm_1/Users/user1”
The command and parameters and values are all case sensitive.
Before starting the recovery, make sure that the destination path exists, or it can silently recover back to the original location and overwrite the files if they exists. To be safe, make a backup copy of the original files before attempting the recovery.
Bigger Jim
1 Rookie
•
9 Posts
0
August 5th, 2021 04:00
You've just saved me days of poring over manuals. Thank you so much!