
Solved!
Go to SolutionD
Dsantibanez
1 Rookie
•
82 Posts
0
946
January 9th, 2020 06:00
nrsclone output log
Hi every one, I am moving several savesets manually with this command
nsrclone -v -s srvres -b "pool HIST" -S 4077588109 > D:\RPT\srv12\log_srv12.txt
I need to save the output for reporting purpose but when i check the txt i only get.
Obtaining media database information on server srvres
NSRCLONE completed.
¿How can i get all the action as txt output? or ¿Where are the logs when i manually execute an nsrclone o nsrstage command ?
thanks in advance
Responses (2)
Solutions (0)
Dsantibanez
1 Rookie
•
82 Posts
835
0
Posted January 9th, 2020 09:00
Hi Bingo, thanks again.
Reply

bingo.1
1 Rookie
•
2430 Posts
839
1
Posted January 9th, 2020 07:00
You better redirect stdout & stderr to the output file.
For Windows the command would be like: whatever_command > file 2>&1
BTW - there is no output file for a manual nsrclone job.