Linux common commands-87: rsync
The rsync command is a remote data synchronization tool that can quickly synchronize files between multiple hosts over the network. By default, SSH is used for data transmission. Its biggest feature is that it will check the existing files of the sender and the receiver, and only transfer the changed part, so it is very […]
Linux common commands-87: rsync Read More »