> [60GB]
> path = /home/ftp/pub
> comment = Basic mirror. Maximum of 60GB in size.
> include from = /etc/rsync.d/60gb.conf
>
> [90GB]
> path = /home/ftp/pub
> comment = Basic mirror. Maximum of 90GB in size.
> include from = /etc/rsync.d/90gb.conf
> include from = /etc/rsync.d/60gb.conf
this sounds simple, but is hard to get right. If you did it the simple
way then you'd have the problem that you can't turn off a global
"include from" using a "include from = " in a service entry.
Instead it would be pretty easy to support:
include from = /etc/rsync.d/90gb.conf, /etc/rsync.d/60gb.conf
so if someone wants to do the rather trivial patch to do that then
please do. Just add it in add_exclude_file().
> If someone writes a patch against 2.4.6 for this I'll be happy to do testing
> and give feedback.
be daring, write and submit the patch yourself :)