Synctoy and tilde (~) character

Posted: 09-06-2005, 04:53 PM
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.


Reply With Quote

Responses to "Synctoy and tilde (~) character"

ljb
Guest
Posts: n/a
 
Re: Synctoy and tilde (~) character
Posted: 09-06-2005, 05:03 PM

"Homer J. Simpson" <root@127.0.0.1> wrote in message
news:OP3hasvsFHA.3316@TK2MSFTNGP12.phx.gbl...
> 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/d...displaylang=en.
It runs under XP and has history dating from Windows NT 4.

LJB


Reply With Quote
Homer J. Simpson
Guest
Posts: n/a
 
Re: Synctoy and tilde (~) character
Posted: 09-07-2005, 02:46 PM
>> 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/d...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.


Reply With Quote
ljb
Guest
Posts: n/a
 
Re: Synctoy and tilde (~) character
Posted: 09-07-2005, 03:30 PM

"Homer J. Simpson" <root@127.0.0.1> wrote in message
news:%237mh%23J7sFHA.912@TK2MSFTNGP11.phx.gbl...
> >> 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/d...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.
>
>
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


Reply With Quote
George Goley - Microsoft
Guest
Posts: n/a
 
RE: Synctoy and tilde (~) character
Posted: 09-21-2005, 12:52 AM
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

"Homer J. Simpson" wrote:
> 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.
>
>
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
SyncToy Rufus Windows XP Photos 25 12-28-2006 02:29 PM
tilde from Q330994 patch Kelly Windows XP Basics 0 09-22-2003 08:49 AM
Mystery file with tilde ( ~ ) Jeff Smith Windows XP Security & Administration 2 09-02-2003 03:30 PM
Tilde Icon Charles Windows XP Performance & Maintenance 3 08-10-2003 09:39 PM
Reoccuring Tilde message PA Bear Windows XP 2 08-06-2003 07:16 AM