Synctoy and tilde (~) character

  • Thread starter Homer J. Simpson
  • Start date
H

Homer J. Simpson

I've noticed that SyncToy 1.0 seems to be having lots of problems with files
that contain tilde characters in them--it's constantly complaining it can't
find them, even though they exist.

I've also noticed that whenever I delete folders on one machine, SyncToy
will not necessarily delete all copies it previously made on a remote
machine.

SyncToy's a great idea, and I can't complain about the price, but I'm
seriously thinking I need to start looking at alternatives.
 
L

ljb

Homer J. Simpson said:
I've noticed that SyncToy 1.0 seems to be having lots of problems with files
that contain tilde characters in them--it's constantly complaining it can't
find them, even though they exist.

I've also noticed that whenever I delete folders on one machine, SyncToy
will not necessarily delete all copies it previously made on a remote
machine.

SyncToy's a great idea, and I can't complain about the price, but I'm
seriously thinking I need to start looking at alternatives.

I've never been let down by Robocopy.exe. Its somewhat complex to set up but
has been very reliable for years. Its currently available for download as
part of the Windows Server 2003 Resource Kit Tools at
http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en.
It runs under XP and has history dating from Windows NT 4.

LJB
 
H

Homer J. Simpson

SyncToy's a great idea, and I can't complain about the price, but I'm
I've never been let down by Robocopy.exe. Its somewhat complex to set up
but
has been very reliable for years. Its currently available for download as
part of the Windows Server 2003 Resource Kit Tools at
http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en.
It runs under XP and has history dating from Windows NT 4.

Holy command line parameters! :)

Well, if it works better than SyncToy, then it'll be just a matter of
writing and tweaking a batch file once...thanks.
 
L

ljb

Homer J. Simpson said:
Holy command line parameters! :)

Well, if it works better than SyncToy, then it'll be just a matter of
writing and tweaking a batch file once...thanks.

The following is similar to what I usually use

SET LOG="c:\ReplicateFiles.log"
rem Delete previous log file
DEL %LOG%
SET PRAM=/MIR /NP /R:3 /W:30 /A-:RA /LOG+:%LOG%
ROBOCOPY c:\work c:\backup\work %PRAM%
ROBOCOPY c:\done c:\backup\done %PRAM%

LJB
 
G

Guest

Homer,

We're looking into the ~ problem. Your second issue is the "delete empty
folders" enhancement that several people have mentioned and that we will
consider for a future release.

Thanks,
george
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top