Implement --size-only and --ignore-times
authorclaudio <claudio@openbsd.org>
Fri, 28 Apr 2023 10:24:38 +0000 (10:24 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 28 Apr 2023 10:24:38 +0000 (10:24 +0000)
commit8d16211c544f6cd72001cc82b5d595a70d3302d5
tree54a2868ee33c7254c7dec0e7f0872701b275da5d
parent690ccfe1a45a40f03d1b053392b7e2f22002ae73
Implement --size-only and --ignore-times

Flags are passed to the remote system but --size-only is only set
if local system is sender since this is the behaviour of rsync.
Initial diff from Martin Cracauer but mostly reimplemented and extended
by myself.
OK kn@
usr.bin/rsync/extern.h
usr.bin/rsync/fargs.c
usr.bin/rsync/main.c
usr.bin/rsync/rsync.1
usr.bin/rsync/uploader.c