Originally posted by: AstroManLuca
Wrong forum. -5
Horrible non-descriptive thread title. -10
Final score: -15/10. Failure.
Originally posted by: TheKub
Not that I know of, but you may be able to accomplish this with a logon script but would need more details on what you are doing and your environment.
Originally posted by: DannyLove
Originally posted by: AstroManLuca
Wrong forum. -5
Horrible non-descriptive thread title. -10
Final score: -15/10. Failure.
/looks at username,,,
iamanidiot
makes sense
Originally posted by: DannyLove
Originally posted by: AstroManLuca
Wrong forum. -5
Horrible non-descriptive thread title. -10
Final score: -15/10. Failure.
/looks at username,,,
iamanidiot
makes sense
Originally posted by: iamanidiot
Originally posted by: TheKub
Not that I know of, but you may be able to accomplish this with a logon script but would need more details on what you are doing and your environment.
Well I need it to check a folder on the server and client and then syncronize the files based on the latest modified date (so both ways). It would be windows server 2008 + windows 7.
Originally posted by: iamanidiot
Originally posted by: TheKub
Not that I know of, but you may be able to accomplish this with a logon script but would need more details on what you are doing and your environment.
Well I need it to check a folder on the server and client and then syncronize the files based on the latest modified date (so both ways). It would be windows server 2008 + windows 7.
Originally posted by: TheKub
Originally posted by: iamanidiot
Originally posted by: TheKub
Not that I know of, but you may be able to accomplish this with a logon script but would need more details on what you are doing and your environment.
Well I need it to check a folder on the server and client and then syncronize the files based on the latest modified date (so both ways). It would be windows server 2008 + windows 7.
Is it just one server one PC? Is it a network. What is the significance of needing this to occur on RDP connection? (vs a scheduled task for instance)
Originally posted by: iamanidiot
Yes one pc one server for now. They will only be on the same network around 5% of the time. I want it to sync via RDP because that would insure an internet connection at the time.
My plan is to have a netbook roam in a wifi environment. Since the netbook will be slow, I will remote desktop to the server when I can, but I also want the documents I've been working on to be available on the netbook if I get disconnected. Then I want it to sync with the server once I connect again.
And thanks debuddha, I'm looking at rsync now.
Originally posted by: iamanidiot
Thanks TheKub,
I just installed windows live sync and it looks interesting. Certainly has the features that I needed. Not exactly sure how it works though. Looks like it needs to be logged in to work? I found this searching on google: http://www.dscoduc.com/post/20...Sync-as-a-Service.aspx
Looks like every option so far needs to be logged in, in which case I found something built into windows called Xcopy. I'd like to get live sync to work as a service but I'll see if there's any updates on that first.