From the course: Learning Rsync

Unlock the full course today

Join today to access over 25,200 courses taught by industry experts.

Using rsync daemon

Using rsync daemon - rsync Tutorial

From the course: Learning Rsync

Using rsync daemon

- [Instructor] Now rsync daemon is set up, so let's use it to transfer some files. I'll minimize the shell window to my remote system and go back to my local system here. I'll clear the screen. Like before, I have some files here that I'll work with. I'll start by writing a command here with rsync dash avhP file one. And so far that's the same as we've seen for our local copy operation. We'll use archive mode, verbose human readable numbers, and partial and progress, and file one will be sent from our local system to where? Well, to our rsync daemon on the remote system. To indicate that, I'll provide the remote system's address followed by two colons and then the name of the module that I want to access. We created the files module earlier and pointed that to a directory in my remote user's home directory. This command will send my source files to the root of that path. I could also add more path information here if…

Contents