Have you tried redirecting the output to a file via ">"? E.g.:
hobocopy \path\from \path\to > output.log
> Really appreciate your prompt response and assistance on this, it really
> helps clarify my doubts to this point.
> I am going to try this ("statefile") in the meantime.
>
> However, i do have another question, which you mentioned.
> Are we able to save the output of Hobocopy? If so, how do we go about doing
> it?
> I am encountering problems trying to do so.
>
> Kindly advise.
> Thank you so much for your help.
>
>
> Regards,
> Felicia
>> Date: Tue, 18 Dec 2012 08:51:14 -0500
>> Subject: Re: [hobocopy] Enquires on how to use 'incremental and
>> 'statefile' in Hobocopy
>> From:
can...@wangdera.com
>> To:
hobo...@googlegroups.com
>> CC:
sen...@hotmail.com
>
>>
>> When you say "logs", there are a couple things you might be talking
>> about. One is the statefile, and another is the output of hobocopy.
>> The statefile, II RC, just saves a date in XML format, which is the
>
>> time hobocopy last ran. The output is for diagnostic purposes, and can
>> be saved to a file with the standard shell redirection stuff.
>>
>> My implementation of incremental copy is pretty lame, to be honest. It
>> just copies any files that have a "changed" date that's newer than
>> what's in the statefile. Obviously, that's broken in several ways. For
>> starters, to really do an incremental backup correctly, the statefile
>> should save information about every file it copied, which it does not.
>> But it sort of works.
>>
>> Here's how I run hobocopy. First, I do a full backup like this:
>>
>> hobocopy /skipdenied /y /verbosity=3 /recursive
>> /statefile=C:\data\backup\backup.state /clear C:\data
>> \\servername\sharename\full-backup
>>
>> Then later I do an incremental one like this:
>>
>> /skipdenied /y /verbosity=3 /r ecursive /incremental