1

I am trying to synchronise my files (there is too much data to use a cloud service) between my netbook (windows XP) and my new ubuntu machine using a LAN cable.

I was pleasantly surprised when ubuntu was able to link straight to my netbook over the LAN. I can see and access the shared files on it, but for some reason, copying them straight over in batches always leads to an error after a while. Besides, I am likely to write on either machine, and need a proper sync. I used Syncback on my old windows machine, which worked great. If I am to switch to ubuntu like I hope, I'll need something as useful.

I have managed to install FreeFileSync and Samba. FFS does not show the network path when you browse for folders (neither did syncbackup when I tried that). Samba doesn't seem to see it either, not that I really know how to work it!

I haven't had any joy with several hours of internet searching... could anyone help please? I am a linux novice and any instructions, especially ones using the terminal, would need to be pretty idiot-proof as I have no prior knowledge!

This questions related pretty closely to this one simple and easy way to sync folders over LAN but of course it said you can't respond to it to ask for further help!

James
  • 11
  • 1
  • 2

1 Answers1

0

Try this: First, map the Linux share (Samba) into your Windows XP machine as follows:

  • Open file explorer (Right-click Start and click explore):
  • click Tools (drop-down menu)
  • click Map Network Drive
  • Enter the path for your share \\ubuntubox\shareName and select a drive letter to map
  • Click the link Connect using a different user name and enter user credentials (if required)
  • Click finish

Second, install FreeFileSync. With FreeFileSync, you can sync your Windows XP files to the target map drive/folder accordingly.

Arnold
  • 470