/log in script automation - Question!
Hiyo!
I wrote a small vb.net application which help me to back up my folders with sftp. the synchronize script work fine and the data get saves successful.
i want to implement some kind of error notification if something fail while synchronize (for example permissions or whatever). so i use the parameter "/script=c:\errorlog.txt".
my problem is, this script get pretty huge. (1 mb per 10 mb syncronized files) and even if no error accured the log is huge. its ok, i understand why - but is there any option that only errors come in the log? it would make it much easyer to test the success after the batch run.
THX!
I wrote a small vb.net application which help me to back up my folders with sftp. the synchronize script work fine and the data get saves successful.
i want to implement some kind of error notification if something fail while synchronize (for example permissions or whatever). so i use the parameter "/script=c:\errorlog.txt".
my problem is, this script get pretty huge. (1 mb per 10 mb syncronized files) and even if no error accured the log is huge. its ok, i understand why - but is there any option that only errors come in the log? it would make it much easyer to test the success after the batch run.
THX!