cancel
Showing results for 
Search instead for 
Did you mean: 

FSA bulk restore using fsautility.exe

payoun
Level 4
Hi All,

I am using EV7.5 SP1. I am testing the fsautility for a bulk restore of hundreds placeholders.

the syntax used is : fsautility /t -s \\fileserver\\shares\folder *.*
but nothing happens. did i miss something ?

Thanks,
Peter

3 REPLIES 3

MichelZ
Level 6
Partner Accredited Certified
Peter

Try:
fsautility -t -s \\fileserver\\shares\folder

(-t instead of /t and do not use *.* as this is the default)

Cheers
Michel

cloudficient - EV Migration, creators of EVComplete.

payoun
Level 4
right, i corrected my mistype :) and it works.
BTW, do you know if there is a way to delete placeholder after a doing a bulk restore with the fsautility ?

Peter

MichelZ
Level 6
Partner Accredited Certified
Well, if you have deleted the items in the archive, you could use this one:

---
The following command deletes the orphaned placeholders from an entire file
server.

FSAUtility -o -s \\myserver
---

Cheers
Michel

cloudficient - EV Migration, creators of EVComplete.