backup
[root@bakcup ~]# rsync -avz /etc/hosts -e 'ssh -p 22' root@10.0.0.31:/mnt/
The authenticity of host '10.0.0.31 (10.0.0.31)' can't be established.
RSA key fingerprint is ae:de:42:e5:e5:0c:16:87:51:57:24:a3:e1:bd:02:72.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '10.0.0.31' (RSA) to the list of known hosts.
Nasty PTR record "10.0.0.31" is set up for 10.0.0.31, ignoring
root@10.0.0.31's password:
sending incremental file list
hosts
sent 124 bytes received 31 bytes 13.48 bytes/sec
total size is 158 speedup is 1.02
[root@bakcup ~]#
nfs01
[root@nfs01 ~]# ls /mnt/
[root@nfs01 ~]# ls /mnt/
hosts
[root@nfs01 ~]#
