A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

SyncToy vs RoboCopy



 
 
Thread Tools Display Modes
  #1  
Old August 14th 09, 02:47 PM posted to microsoft.public.windows.server.general,microsoft.public.windows.server.scripting,microsoft.public.windowsxp.general
Kelvin[_5_]
external usenet poster
 
Posts: 45
Default SyncToy vs RoboCopy

I'm fed up with Windows XP synchronization.
I've been using it to synchronize laptop users files to the server so they
can get backed up.
It doesn't synch ALL file types, it doesn't seem reliable\consistent, and on
the computers (laptops) that I have it Enabled, the laptops disconnect from
the network frequently and randomly.

I've found these two tools SyncToy and RoboCopy.

For the synchronization of the users My Documents folder I'd like the synch
to happen as part of the logon script, but not sure if that is practical, or
the correct approach.
I could also create a batch file and have them run it on their own, but I
don't like the idea that they may not synch for months and then their laptop
goes out and they're missing some important data.

I've tested with RoboCopy a little. I have it set to mirror a couple
different directory structures.

I created this one for an application we run that I need to update
occasionally.
This one seemed to have issues (timing out) when I have it recreate a
complete folder structure, but if I make minor changes it seems to work
great. Most of the changes would be small so the timing out issue isn't a
deal breaker.
robocopy "\\Prosperity\SharedData\CommonShare\Procede Software\Procede
Image\Procede Software" "C:\Program Files\Procede Software" /S /E /NP
/LOG+:"U:\RoboCopy.log" /Z /MIR /R:10 /W:30

This one I created to synch the My Documents folder.
robocopy "C:\Documents and Settings\%username%\My Documents" "U:\" /S /E /NP
/LOG+:"u:\RoboCopy.log" /Z /MIR /R:10 /W:30

Any recommendation on the two software options for what I'm trying to
accomplish?
Any suggestions on the two RoboCopy examples?

Any input would be appreciated

Thanks

Kelvin

XP workstations
MS 2003 Servers
Domain environment
Using Active Directory


Ads
  #2  
Old August 14th 09, 04:26 PM posted to microsoft.public.windows.server.general,microsoft.public.windows.server.scripting,microsoft.public.windowsxp.general
Al Dunbar[_2_]
external usenet poster
 
Posts: 4
Default SyncToy vs RoboCopy


"Kelvin" wrote in message
...
I'm fed up with Windows XP synchronization.
I've been using it to synchronize laptop users files to the server so they
can get backed up.
It doesn't synch ALL file types, it doesn't seem reliable\consistent, and
on the computers (laptops) that I have it Enabled, the laptops disconnect
from the network frequently and randomly.

I've found these two tools SyncToy and RoboCopy.

For the synchronization of the users My Documents folder I'd like the
synch to happen as part of the logon script, but not sure if that is
practical, or the correct approach.
I could also create a batch file and have them run it on their own, but I
don't like the idea that they may not synch for months and then their
laptop goes out and they're missing some important data.

I've tested with RoboCopy a little. I have it set to mirror a couple
different directory structures.

I created this one for an application we run that I need to update
occasionally.
This one seemed to have issues (timing out) when I have it recreate a
complete folder structure, but if I make minor changes it seems to work
great. Most of the changes would be small so the timing out issue isn't a
deal breaker.
robocopy "\\Prosperity\SharedData\CommonShare\Procede Software\Procede
Image\Procede Software" "C:\Program Files\Procede Software" /S /E /NP
/LOG+:"U:\RoboCopy.log" /Z /MIR /R:10 /W:30

This one I created to synch the My Documents folder.
robocopy "C:\Documents and Settings\%username%\My Documents" "U:\" /S /E
/NP /LOG+:"u:\RoboCopy.log" /Z /MIR /R:10 /W:30

Any recommendation on the two software options for what I'm trying to
accomplish?
Any suggestions on the two RoboCopy examples?

Any input would be appreciated

Thanks

Kelvin

XP workstations
MS 2003 Servers
Domain environment
Using Active Directory


I've never had problems with robocopy timing out. Are you running this over
a direct LAN connection, or over a remote connection over the internet. If
the latter, I would be a bit concerned with any synchronizing technique if
the users have virtually no limits to the volume of files they can store on
their desktops.

We do not support files placed on the local desktop. The policy is that all
files should be maintained in the home folder on the server. Editing
documents there over a remote connection can be hard on the nerves, so I
suspect that some users do as I do - copy it to the desktop, edit it, then
copy it back. I sometimes do this by using a briefcase folder on the
desktop, synching it only as required, and, ideally, when I am connected in
the office.

/Al


  #3  
Old August 14th 09, 04:36 PM posted to microsoft.public.windows.server.general,microsoft.public.windows.server.scripting,microsoft.public.windowsxp.general
AllenM[_2_]
external usenet poster
 
Posts: 8
Default SyncToy vs RoboCopy

Checkout GoodSync. It's a freeware download and works great for what you
need to do. Has the ability to do one-way or two-sync and is pretty darn
fast.

"Al Dunbar" wrote in message
...

"Kelvin" wrote in message
...
I'm fed up with Windows XP synchronization.
I've been using it to synchronize laptop users files to the server so
they can get backed up.
It doesn't synch ALL file types, it doesn't seem reliable\consistent, and
on the computers (laptops) that I have it Enabled, the laptops disconnect
from the network frequently and randomly.

I've found these two tools SyncToy and RoboCopy.

For the synchronization of the users My Documents folder I'd like the
synch to happen as part of the logon script, but not sure if that is
practical, or the correct approach.
I could also create a batch file and have them run it on their own, but I
don't like the idea that they may not synch for months and then their
laptop goes out and they're missing some important data.

I've tested with RoboCopy a little. I have it set to mirror a couple
different directory structures.

I created this one for an application we run that I need to update
occasionally.
This one seemed to have issues (timing out) when I have it recreate a
complete folder structure, but if I make minor changes it seems to work
great. Most of the changes would be small so the timing out issue isn't a
deal breaker.
robocopy "\\Prosperity\SharedData\CommonShare\Procede Software\Procede
Image\Procede Software" "C:\Program Files\Procede Software" /S /E /NP
/LOG+:"U:\RoboCopy.log" /Z /MIR /R:10 /W:30

This one I created to synch the My Documents folder.
robocopy "C:\Documents and Settings\%username%\My Documents" "U:\" /S /E
/NP /LOG+:"u:\RoboCopy.log" /Z /MIR /R:10 /W:30

Any recommendation on the two software options for what I'm trying to
accomplish?
Any suggestions on the two RoboCopy examples?

Any input would be appreciated

Thanks

Kelvin

XP workstations
MS 2003 Servers
Domain environment
Using Active Directory


I've never had problems with robocopy timing out. Are you running this
over a direct LAN connection, or over a remote connection over the
internet. If the latter, I would be a bit concerned with any synchronizing
technique if the users have virtually no limits to the volume of files
they can store on their desktops.

We do not support files placed on the local desktop. The policy is that
all files should be maintained in the home folder on the server. Editing
documents there over a remote connection can be hard on the nerves, so I
suspect that some users do as I do - copy it to the desktop, edit it, then
copy it back. I sometimes do this by using a briefcase folder on the
desktop, synching it only as required, and, ideally, when I am connected
in the office.

/Al




  #4  
Old August 25th 09, 03:41 AM posted to microsoft.public.windows.server.general,microsoft.public.windows.server.scripting,microsoft.public.windowsxp.general
Steve Schofield[_2_]
external usenet poster
 
Posts: 1
Default SyncToy vs RoboCopy

Either tool works awesome in my experience!

SS

"Kelvin" wrote in message
...
I'm fed up with Windows XP synchronization.
I've been using it to synchronize laptop users files to the server so they
can get backed up.
It doesn't synch ALL file types, it doesn't seem reliable\consistent, and
on the computers (laptops) that I have it Enabled, the laptops disconnect
from the network frequently and randomly.

I've found these two tools SyncToy and RoboCopy.

For the synchronization of the users My Documents folder I'd like the
synch to happen as part of the logon script, but not sure if that is
practical, or the correct approach.
I could also create a batch file and have them run it on their own, but I
don't like the idea that they may not synch for months and then their
laptop goes out and they're missing some important data.

I've tested with RoboCopy a little. I have it set to mirror a couple
different directory structures.

I created this one for an application we run that I need to update
occasionally.
This one seemed to have issues (timing out) when I have it recreate a
complete folder structure, but if I make minor changes it seems to work
great. Most of the changes would be small so the timing out issue isn't a
deal breaker.
robocopy "\\Prosperity\SharedData\CommonShare\Procede Software\Procede
Image\Procede Software" "C:\Program Files\Procede Software" /S /E /NP
/LOG+:"U:\RoboCopy.log" /Z /MIR /R:10 /W:30

This one I created to synch the My Documents folder.
robocopy "C:\Documents and Settings\%username%\My Documents" "U:\" /S /E
/NP /LOG+:"u:\RoboCopy.log" /Z /MIR /R:10 /W:30

Any recommendation on the two software options for what I'm trying to
accomplish?
Any suggestions on the two RoboCopy examples?

Any input would be appreciated

Thanks

Kelvin

XP workstations
MS 2003 Servers
Domain environment
Using Active Directory



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 10:11 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.