
Sat Nov 14 2020
How to Copy Files and Directories in Linux
There are several commands for copying files in Linux, with cp and rsync being the most widely used tools.
Read more

Mon Jul 20 2020
Rsync Command in Linux with Examples
rsync is a fast and versatile command-line utility for synchronizing files and directories between two locations over a remote shell, or from/to a remote Rsync daemon.

Mon Aug 19 2019
How to Transfer Files with Rsync over SSH
With rsync you can transfer files and directories over SSH from and to remote servers. In this tutorial, we will explain how to copy files with rsync over SSH.

Wed Feb 20 2019
How to Exclude Files and Directories with Rsync
With Rsync you can mirror data, create incremental backups and copy files between systems. When copying data, you may want to exclude one or more files or directories based on their name or location. In this tutorial, we will show you how to exclude files and directories with rsync.