CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/29 02:00:59
Modified files:
usr.bin/rsync : Makefile extern.h fargs.c main.c rsync.1
uploader.c
Log message:
Properly implement --max-size and --min-size.
This uses scan_scaled(3) from libutil which is very similar to how rsync
behaves. Not implemented are the +/-1 math and the 1000 vs 1024 multipliers.
OK benno@ job@
