Operating System - HP-UX
1832155 Members
3205 Online
110038 Solutions
New Discussion

File System sincronization by Network

 
Andre Machado_1
Advisor

File System sincronization by Network

Hello,

I need a toll to sincronize files from my File System on Machine A to other File System on Machine B by network. Some a mirror by network.

Today, I do this by scripts, when I create or modify some file on Machine A my script checks and do a transfer to machine B, but a want to do this by apropriated tool.

Can somebody help me, please?

tks and best regards.

Andre Machado
2 REPLIES 2
KapilRaj
Honored Contributor

Re: File System sincronization by Network

NFS mount the filesystems ..... ??

I think there is some solution for you from EMC called Business Copy (BCV) check out that as well


Kaps
Nothing is impossible
Patrick Wallek
Honored Contributor

Re: File System sincronization by Network

Have a look at rsync.

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-2.5.7/

I use it for just the purpose you are talking about. The nice thing about rsync is that it only transfers the parts of the file that are different. It does NOT re-transfer the whole file every time.

Rsync can do its copy either via rsh (requires .rhosts or /etc/hosts.equiv) or ssh. SSH is the default in the latest version and is what I use.