View previous topic :: View next topic |
Author |
Message |
readme.txt Tux's lil' helper
Joined: 11 Oct 2005 Posts: 147
|
Posted: Tue Sep 12, 2006 5:50 pm Post subject: can rsync do this? |
|
|
So here's the setup: windows machine with file sharing on and a linux box that can access windows through samba. Is it possible to set up rsync on the linux box and have it rsync a certain folder from the windows machine?
Thanks |
|
Back to top |
|
|
daemonflower Apprentice
Joined: 17 Jul 2004 Posts: 290
|
Posted: Tue Sep 12, 2006 5:54 pm Post subject: |
|
|
Yes, if you mount the windows share as smbfs. |
|
Back to top |
|
|
mgisbers n00b
Joined: 23 Sep 2003 Posts: 14 Location: Germany, Oberhausen Rheinl.
|
Posted: Tue Sep 12, 2006 5:58 pm Post subject: |
|
|
Just mount your Windows - Share on your Linux - machine and use rsync like you do it on your local machine.
Of course you could do this task without using a samba - share. Have a look on http://www.itefix.no/cwrsync/
With this compilation you can run a local rsync - server on your windows machine and use rsync directly without samba.
--
Michael Gisbers
http://www.lugor.de _________________ --
Michael Gisbers...
http://www.lugor.de |
|
Back to top |
|
|
|