re: Synctoy
Wednesday, March 25, 2009 at 7:15 pm Windows Server 2003 Annoyances Discussion Forum
Posted by Mike
(260 messages posted)
Never said synctoy was the only option, but for scanning nearly 350gb of data daily
and finding the only changed files and then backing them up to a USB hard drive works
wonderfully. However, I use 1.4, not 2.0. I don't like 2.0.
This works for me and my office and has yet to fail us with issues. Been running
it for over 2 years now. Thanks for your help.
On Wednesday, March 25, 2009 at 3:26 pm, Markiv Mariaj wrote:
>Synctoy is not the only option. In fact, it is not a stable solution, even though
>it can be run through the command line. I hate the fact that it creates its own
synctoy.log
>in every folder root that I choose to synchronize, though it is great for end users.
>If you need more power, try installing CYGWIN and using rsync. rsync with its most
>simple options "rsync -av --delete /source_folder/ /destination_folder" (note that
>the destination folder does not have a trailing slash) is superfast and extremely
>reliable. That should serve your purpose better, especially for windows server 2003.
>Will not work with mapped drives though. You may have to use Synctoy for that.
>
>Also note that the --delete option is for mirroring. If you want to synchronize,
>run rsync one way first without the --delete option and then run it the other way.
>For example:
>rsync -av /source_folder/ /destination folder
>rsync -av /destination_folder/ /source_folder
>
>
>
- Written in response to:
- re: Synctoy (Markiv Mariaj: Wednesday, March 25, 2009 at 3:26 pm)
There are presently no replies to this message.
|
|
All messages in this thread [show all]
 | Synctoy (John: Sat, Oct 20, 2007, 11:21 pm) |
 |  |  |  | re: Synctoy (Markiv Mariaj: Wed, Mar 25, 2009, 3:26 pm) |
 |  |  |  |  | re: Synctoy (Mike: Wed, Mar 25, 2009, 7:15 pm) |
| |
| |
Return to the Windows Server 2003 Discussion Forum
|
|