Hello.
I need to find a freeware file replication tool (GUI and/or Web based) that fits the following requirements:
1) Replicate files from a Unix and a Windows NT server to a Windows NT client based on modify time (no need to overwrite the files that haven’t changed).
2) Run via a scheduled time and provide the ability to run this at command or run in real-time.
3) Be able to replicate an entire folder or selected files as needed
4) Delete files that are on the client and no longer exist on the server.
I have thought about a simple script that will clear all client files and then push the files from the server with ftp but we don’t always want to kick users out of files that aren’t in need of replication so we need something more manageable.
I’ll appreciate the suggestions.