1 Rookie
•
82 Posts
0
872
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
No Events found!
bingo.1
2.4K Posts
1
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.
Dsantibanez
1 Rookie
•
82 Posts
0
January 9th, 2020 09:00
Hi Bingo, thanks again.