Like robocopy, rsync will not overwrite existing files unless otherwise instructed – making it suitable for mirroring changed files only. From an bash console local or remote, this example will mirror a directory from the host server to the server “ml350.” Rsync will prompt for the user password to complete the connection.
1 | rsync -raz /storage/ root@ml350:/home/applications/ --progress |
Comments