About 31,100 results
Open links in new tab
  1. rsync

    May 20, 2026 · Welcome to the rsync web pages rsync is an open source utility that provides fast incremental file transfer. rsync is freely available under the GNU General Public License and is …

  2. Rsync Command in Linux with Examples | Linuxize

    Feb 23, 2026 · Learn how to use the rsync command to sync files and directories locally and remotely. Covers common options, remote transfers, dry run, exclusions, and …

  3. rsync (1) - Linux man page

    Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that …

  4. How To Use Rsync to Sync Local and Remote Directories

    Oct 6, 2025 · Learn how to use Rsync to sync local and remote directories, with commands, examples, and options for secure and efficient file transfers.

  5. GitHub - RsyncProject/rsync: An open source utility that provides fast ...

    Rsync is a fast and extraordinarily versatile file copying tool for both remote and local files. Rsync uses a delta-transfer algorithm which provides a very fast method for bringing remote files into sync. It does …

  6. rsync - Wikipedia

    rsync (remote sync) is a utility for transferring and synchronizing files between a computer and a storage drive and across networked computers by comparing the modification times and sizes of files. [8]

  7. rsync command in Linux with Examples - GeeksforGeeks

    Jan 12, 2026 · rsync or remote synchronization is a software utility for Unix-Like systems that efficiently sync files and directories between two hosts or machines. One is the source or the local-host from …

  8. rsync (1) - Linux manual page - man7.org

    Rsync is widely used for backups and mirroring and as an improved copy command for everyday use. Rsync finds files that need to be transferred using a "quick check" algorithm (by default) that looks for …

  9. How to Use Rsync Command to Sync Files in Linux - Tecmint

    Mar 5, 2026 · In this article, you will learn how to copy, sync, backup, and transfer files locally and remotely using 16 useful rsync commands with practical examples.

  10. Linux rsync 命令 | 菜鸟教程

    Linux rsync 命令 Linux 命令大全 什么是 rsync 命令 rsync (Remote Sync) 是 Linux 系统中一个功能强大的文件同步工具,它能够高效地在本地或远程系统之间同步文件和目录。 rsync 以其"增量传输"算法 …