rsync icon indicating copy to clipboard operation
rsync copied to clipboard

An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases.

Results 217 rsync issues
Sort by recently updated
recently updated
newest added

The bundled zlib needs this commit to address the CVE: https://github.com/madler/zlib/commit/eff308af425b67093bab25f80f1ae950166bece1

Hi Wayne, I've just discovered a case where rsync 3.2.5pre1 just hangs and does nothing at all. I first thought it's some different problem but realized that it's with the...

Hi Wayne, I was trying to use the commit https://github.com/WayneD/rsync/commit/b7231c7d02cfb65d291af74ff66e7d8c507ee871 for older version of rsync(3.2.3) and every time it fails on make check because one test always fails - batch-mode....

Hi, I heard several people (new users to rsync) complain about getting confused when rsync is executed to sync e.g two dirs. When a file does not exist in "source"...

Currently when copying sparse files, rsync currently reads over all holes and transfers all zero bytes. This is extremely inefficient when transferring large sparse files (e.g. raw VM images), and...

## Use Case & User Goals - The data superset is on the NAS. - Occasionally I download files/folders of that superset to my Mac: - Via Finder (if hand...

Just a quick note as I was searching a lot recently to find the root cause of the issue. As nothing was found I like to document my issue here....

### Situation I'm using rsync (3.2.2) on MacOS (10.14) to sync parts of thumbdrives (FAT/NTFS formatted) to a remote Synology NAS (rsync 3.0.9), where they are accessible over SAMBA. Some...

attempting to run `rsync -axWH . /Volumes//0/` on a ``` ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 %sysctl -n machdep.cpu.brand_string Apple M1 Max ``` and it fails with ``` Hlink node...

ext4 supports a maximum number of 65000 hard links per inode. When this is exceeded and rsync tries to create another hard link, it falls back to copy. However, under...