Implement --compare-dest in openrsync. compare-dest allows you to add
authorclaudio <claudio@openbsd.org>
Fri, 22 Oct 2021 11:10:34 +0000 (11:10 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 22 Oct 2021 11:10:34 +0000 (11:10 +0000)
commite397242dc41a2d8e85bf0f7f936c033a1eb95f9e
treed308a190a494e3252c877ff6be72f5244e2fa7f1
parent2ad7106c41e8d9c0d4a0e55d068d5f096c0a750d
Implement --compare-dest in open compare-dest allows you to add
additional directories to check for files to be available.
OK benno@
usr.bin/rsync/Makefile
usr.bin/rsync/copy.c [new file with mode: 0644]
usr.bin/rsync/extern.h
usr.bin/rsync/fargs.c
usr.bin/rsync/main.c
usr.bin/rsync/receiver.c
usr.bin/rsync/rsync.1
usr.bin/rsync/uploader.c