Title: | NetWorker |
Notice: | kits - 12-14, problem reporting - 41.*, basics 1-100 |
Moderator: | DECWET::RANDALL .com::lenox |
Created: | Thu Oct 10 1996 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 750 |
Total number of notes: | 3361 |
Hi, I use NT client 4.3 on alpha and nsr 4.2B on server UNIX. The backups are in .BAT scripts and execute by AT . I want to have a log on my backups. Exemple on .bat savefs -v -s serveur -l full C: I want to have the results of this backup in a .log I try with AT : AT HH:MM "test.bat > test.log" I have in test.log only the command savefs but not the results. If I do test.bat > test.log , it's the same pb Can someone help me ? Thankls philippe
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
641.1 | DECWET::RANDALL | Wed Apr 30 1997 12:08 | 5 | ||
try test.bat 2> test.log. save and savefs send most of their output to stderr instead of the usual stdout so you need to make sure that you collect that ouput in the log file. -- Rich Randall | |||||
641.2 | Thanks , it's OK | LIL04::MATHIEU | Mon May 12 1997 02:40 | 5 | |
Rich, Thanks for your answer . It's OK. Philippe |