I just upgraded to the latest version and encountered a few errors with respect to enabling rsync.
rsyncupload: rsync invocation: rsync --archive --stats --delete -e ssh /home/weewx/public_html/ myu...@myserver.net:/home1/myuser/public_html/wx
reportengine: Caught unrecoverable exception in generator weewx.reportengine.RsyncGenerator
**** Command '['rsync', '--archive', '--stats', '--delete', '-e', 'ssh', '/home/weewx/public_html/', 'myu...@myserver.net:/home1/myuser/public_html/wx']' returned non-zero exit status 12
**** Traceback (most recent call last):
**** File "/home/weewx/bin/weewx/reportengine.py", line 131, in run
**** obj.start()
**** File "/home/weewx/bin/weewx/reportengine.py", line 154, in start
**** self.run()
**** File "/home/weewx/bin/weewx/reportengine.py", line 220, in run
**** rsyncData.run()
**** File "/home/weewx/bin/weeutil/rsyncupload.py", line 77, in run
**** output = subprocess.check_output(cmd)
**** File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
**** raise CalledProcessError(retcode, cmd, output=output)
**** CalledProcessError: Command '['rsync', '--archive', '--stats', '--delete', '-e', 'ssh', '/home/weewx/public_html/', 'myu...@myserver.net:/home1/myuser/public_html/wx']' returned non-zero exit status 12
**** Generator terminated...