- Joined
- 6 Jun 2011
- Posts
- 2,741
Lol now I am confused. So for syncing my laptop files to a folder on my desktop PC I should now use live mesh?
Thanks
Thanks

For backup I would say Robocopy. If you want synchronised files then Dropbox or Live Mesh. I use Dropbox myself.Lol now I am confused. So for syncing my laptop files to a folder on my desktop PC I should now use live mesh?
Thanks![]()
do you really need your files backed up in the "cloud"? if you want to access them in a browser from anywhere then it can be handy.
but if not, just stick to using robocopy.
Yes to everything for synctoy. Can't speak for the others.
Yep. 2GB but you might be able to get more this way: http://forums.overclockers.co.uk/showthread.php?t=18370973&highlight=dropbox & http://forums.dropbox.com/topic.php?id=55007&replies=75Thanks for the response, isn't dropbox limited space though? Or would it not be this way?
Yep. 2GB but you might be able to get more this way: http://forums.overclockers.co.uk/showthread.php?t=18370973&highlight=dropbox & http://forums.dropbox.com/topic.php?id=55007&replies=75
How much space do you need? I still think a Robocopy script would be your best option; it'll work over a network and you can set a task that exectutes the batch script to run every hour or something.
OK, forget Dropbox then. I think you're looking at Robocopy or Synctoy then.Well it will be about 100GB initially then of course it will be incremental. To be honest I think it still sounds the best option. The only other one is SyncToy really. I can't see that any others will be suitable.
The thing that concerns me most is the scheduling of robocopy for example. I was hoping the syncing will be checking all the time!
Thanks again![]()
True. The files could be zipped into a 7z file, as bledd. described earlier, and password protected to give some level of protection.i wouldn't trust dropbox for personal data though, your files are unencrypted on their web servers.
OK, forget Dropbox then. I think you're looking at Robocopy or Synctoy then.
I've just looked on Wikipedia's Synctoy page. There's a link describing how to get Synctoy to run automatically; it is done by scheduling a task to run, so the same as I've been saying about Robocopy.
You could get Robocopy to run every hour or two hours, depending on how frequently data might get changed. When Robocopy runs it can compared the source files/folders to the destination files/folders. If a file or folder in the source location has been changed, i.e. been deleted, renamed, updated or in the case of a folder had new files added, then Robocopy will update the destination copy. If there's been no change in the source files and folders then Robocopy will leave them alone.
True. The files could be zipped into a 7z file, as bledd. described earlier, and password protected to give some level of protection.![]()
Not sure. I've not used Live Mesh so I can't really answer for it.So for the laptop to desktop sync it is still sounding like robocopy. However just going back over the thread bledd did mention about live mesh. Was there a reason that this was not a good idea? Live mesh is also continuous I believe?
Yep. I use it to send stuff to work so there's no bother with email or pendrives. I tend to use Dropbox for documents and a pen drive for larger programs.Going off of my original topic slightly I could use dropbox in replacement of carrying a memory stick around with work on? That could be very handy and saves the loss of memory sticks![]()
I've not seen bledd's script yet but I do know that the 7-Zip interface has several levels of compression. I think the 'Ultra' level of compression is meant to be quite good compared to .zip. I'd be surprised if bledd's script didn't allow for the specification of what compression level you wanted.Also the 7z archive sounds quite interesting for archiving purposes. Does it compress much more than standard zip then or something? It definitely sounds like something I might be able to make use of for other things. Just not my solutions at the moment!
Thanks again.