Unsolved

This post is more than 5 years old

233

August 14th, 2015 07:00

No logs generated if I give wrong backup path name

Below command fails due to wrong backup path and throws error in console

networker cmd err.PNG.png

If same command I redirects to restore4.txt then it creates file but it wont be having any contents

networker cmd err2.PNG.png

I need some failure message in log file restore4.txt if I give wrong backup

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

August 15th, 2015 15:00

Try redirecting by doing > C:\restore1\restore4.txt 2>&1

No Events found!

Top