Guides 11791 Published by

Linux Hint published a tutorial about using rsync to copy files.



How to use rsync to copy files

Rsync is a command-line tool in Linux that is used to copy files from a source location to a destination location. You can copy files, directories, and entire file system and keep in sync the files between different directories. It does more than just copying the files. In this article, we will explain how to use rsync to copy files with some practical examples.

Rsync

How to use rsync to copy files