Hi,
How do I back up my emails on the network drive using Hobocopy?
Thanks,
Ann
--
You received this message because you are subscribed to the Google Groups "hobocopy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hobocopy+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If it's a full copy, it just copies the file. In incremental mode, it compares the time of the last copy (stored in the statefile you specified when you made the full copy) with the timestamp of the file, and copies files that are newer than that.
In general, it is probably better to use something like robocopy with shadowspawn. Shadowspawn gives you the snapshotting capabilities of hobocopy, without the copy part. Then you can use something like robocopy or rsync or whatever to get more sophisticated copy ability.
--