|
remote directories synchronization
Hi ALL,
We have 2 Linux boxes that are remote to each other. We need to achieve folder synchronization like whatever we keep in a folder (specific) on Server-A which needs to be replicated to Server-B’s respective folder. The requirements are below
- Secure transfer (encrypted)
- File Compression during transfer
- Resume broken transfer (in case there is connectivity failure or any other break after transferring 50% (500MB – e.g.) of a 1GB size (e.g.). Next time when it is run, it should resume the file and download remaining 500MB part only.
- Authentication
- Detailed Logs containing transferred files (or failed also with reason), time stamp and source/destination folders, server names.
Though there’re few commercial software on Windows (or may be even on Linux), we have to implement by ourselves using shell scripting on Linux only. Though RSYNC is the best option but it fails to provide “resume broken transfers”.
Could anyone please suggest any way/tools/packages/technique to achieve this?
Thanks in Advance
Prvn
|