Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Folder synchronization between Linux and Windows
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
nunogt
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2004
Posts: 134
Location: Lisbon, Portugal

PostPosted: Mon Jan 09, 2006 7:22 pm    Post subject: [SOLVED] Folder synchronization between Linux and Windows Reply with quote

Hi guys,

What'd be the best solution to keep a Linux folder synchronized with a folder in a windows machine? I'm considering rsync, but I'm not sure which machine should be the server, and if it is available at all in a windows environment.
I currently have samba setup and working flawlessly, so it shouldn't be too difficult, right?


Last edited by nunogt on Mon Jan 09, 2006 8:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
nunogt
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2004
Posts: 134
Location: Lisbon, Portugal

PostPosted: Mon Jan 09, 2006 8:52 pm    Post subject: Reply with quote

Nevermind, I found a simple way to achieve this. A cronjob with the following lines did the trick:

Code:
mount -t smbfs -o guest //windows/share/ /mnt/sync/ && rsync -rvu /mnt/sync/ /home/user/dir/ && umount /mnt/sync/


Hope this helps anyone.
Back to top
View user's profile Send private message
gcediel
n00b
n00b


Joined: 27 Jul 2004
Posts: 21
Location: Madrid, Spain

PostPosted: Wed Jan 11, 2006 10:11 am    Post subject: Reply with quote

I'm using a similar solution: Installing a Rsync server (with cygwin) in the windows machines.

I tried with samba, but had better results using cygwin and rsync, when the Windows machines are remote.
_________________
Best regards.

Guillermo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum