]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
rsync: Add --max-size to default rsync arguments
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 20 Sep 2021 18:49:35 +0000 (13:49 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 23 Sep 2021 16:42:53 +0000 (11:42 -0500)
commit5c867a36ac69f45807b9a482ed34701c5126879f
treead0e0de7f55723352794427cb58ca6026c130350
parent90fc12820f5000fc6e4fa1370f71753a1c6bb628
rsync: Add --max-size to default rsync arguments

Applies the patch from the previous commit to the rsync code.

Also adds documentation.
12 files changed:
docs/usage.md
src/config.c
src/config.h
src/config/rrdp_conf.c
src/config/sync_strategy.c
src/http/http.c
src/rsync/rsync.c
src/uri.c
test/Makefile.am
test/rsync_test.c
test/rtr/pdu_handler_test.c
test/uri_test.c [new file with mode: 0644]