![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Is this Possible?
We have a UNIX box and Windows box on the same network but not part of the same domain. There is a hold file on the UNIX box that users need access to, however regulations limit FTP access. Is it possible to automatically copy any changes made to a folder on the UNIX box to a folder on the Windows box but not the other way around?
|
| Forum Sponsor | ||
|
|
|
|||
|
We use rsync for just that purpose - we have cygwin on Windows, and it plays unix host for rsync that runs as a cron job every 20 minutes on the UNIX box.
Corona's Samba suggestion is easier. But you have to do something restrict access to the mountpoint and all of the files under there, except the hold file. Assuming there are other files in the same directory. The rsync method allows an easy way for finer access control if really is just a single file you want users to see. But it involves a lot more setup. |
|
|||
|
The folder itself is rather large 1.5 GB, 62,000 text files with more added every day. Any file older then three months is archived each month. Our users need access to many different files in that folder, which is why I'd like to replicate those files into the domain so they have access with out risk of deleting the originals.
Last edited by Mosin; 11-02-2006 at 04:12 PM. |
|
|||
|
Corona, I already passed that idea past my IT Manager, he didn't like it. That's what sent me in the direction of a copy of some sort. He likes this idea better since it also doubles as a back up for those files. We do a manual back up of the server each night, but if we were to have a crash in the middle of the day we'd loose any reports generated since the back up.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|