rsync -C -r -a -v -z -p /home/e-smith/files/ibays/BLA-BLA/* root@172.16.0.9:/Your_directory_of_backup/
Hi,Code: [Select]rsync -C -r -a -v -z -p /home/e-smith/files/ibays/BLA-BLA/* root@172.16.0.9:/Your_directory_of_backup/ HTH,
Which machine is this set up on and will that keep any modifications to the file automatically updated on the 2nd SME server?
cactus - does the recommended rsync syntax tunnel the connection over ssh, or are there any other security measures that should be addressed such as setting 'AllowHosts' for rsync on the remote computer or something like that?
rsync -avz -e 'ssh -2 -p 26295 -i /path_to_private_keyFile_of_remoteSME' root@xxx.xxx.xxx.xxx:/home/e-smith/files/ibays/something/html/ /home/e-smith/files/ibays/something/html