## SECTION=networking menuconfig RSYNC3 tristate prompt "rsync v3 " select OPENSSH if RUNTIME select OPENSSH_SSH select ACL if RSYNC3_ACL select ATTR if RSYNC3_ATTR help rsync is a program that behaves in much the same way that rcp does, but has many more options and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file is being updated. if RSYNC3 config RSYNC3_STARTSCRIPT bool default y prompt "install /etc/init.d/rsync" config RSYNC3_ACL bool prompt "enable ACL support" help --enable-acl-support config RSYNC3_ATTR bool prompt "enable extended attribute support" help --enable-xattr-support endif