This file is indexed.

/usr/share/doc/backuppc/examples/rsyncd.pl is in backuppc 3.3.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#
# Rsync Backup (with rsync daemon on the client)
#

$Conf{XferMethod} = 'rsyncd';

$Conf{RsyncShareName} = ['MyShare'];

# if needed set a user name and password to access the remote shares
#$Conf{RsyncdUserName} = '';
#$Conf{RsyncdPasswd} = '';