Re: [PATCH] Add --omit-{device,special}-times options

2023-05-26 Thread Marc Aurèle La France via rsync
On Fri, 26 May 2023, Wayne Davison wrote: On Tue, May 16, 2023, Marc Aurèle La France wrote: Similar to --omit-{dir,link}-times: --omit-device-times omit device files from --times --omit-special-times omit sockets and fifos from --times I'm not convinced these are needed at present.

[PATCH] Add --omit-{device,special}-times options

2023-05-16 Thread Marc Aurèle La France via rsync
Similar to --omit-{dir,link}-times: --omit-device-times omit device files from --times --omit-special-times omit sockets and fifos from --times Also, fix corner case that allows --omit-dir-times to be ignored. See unchanged_attrs() and recv_generator()'s call to try_dests_non(). Marc. diff

[PATCH] Fix the counting of device files and symlinks

2023-05-16 Thread Marc Aurèle La France via rsync
Device files should be counted as devices, not symlinks. Marc. diff -aNpRruz -X /etc/diff.excludes rsync-3.2.7/delete.c devel-3.2.7/delete.c --- rsync-3.2.7/delete.c2020-06-13 20:15:02.0 -0600 +++ devel-3.2.7/delete.c2020-06-13 20:15:02.0 -0600 @@ -188,7 +188,7 @@

[PATCH] Fix documentation typo

2023-05-16 Thread Marc Aurèle La France via rsync
s/receiveing/receiving/ Marc. diff -aNpRruz -X /etc/diff.excludes rsync-3.2.7/rsync.1.md devel-3.2.7/rsync.1.md --- rsync-3.2.7/rsync.1.md 2022-10-16 13:27:30.0 -0600 +++ devel-3.2.7/rsync.1.md 2022-10-16 13:27:30.0 -0600 @@ -245,7 +245,7 @@ to be copied to different