- Open a writable Samba share on the FreeBSD box. - Map the drive from Windows and ensure the Win-user can write to it. - Schedule Robocopy (Res. Kit utility) to sync the Samba share from publications.
Should do it. Robocoy script should be something like:
robocopy.exe C:\publications J:\sambashare /mir >> C:\robocopy.log
where C:\ is your local source directory that you are syncing from and J: is your mapped Samba share on the FreeBSD box.
HTH,
Christopher Hollow
Darryl Hoar wrote:
Greetings, I have a Freebsd 5.1-release box with samba installed, configured and working.
On my network I have an NT 4 server (can't change this right now). It has a share on it called publications.
I would like to synchronize (in one direction) the files from the publication share to the Freebsd box. So, when I synchronized, any changes on the publications share are copied to the freebsd box, but NEVER the other way.
Any ideas on this ?
thanks, Darryl
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- Christopher Hollow - Technical Consultant Infrastructure & Technology Support Toronto, ON
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"