File: rsyncd.pl

package info (click to toggle)
backuppc 3.1.0-4lenny3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,416 kB
  • ctags: 957
  • sloc: perl: 28,028; sh: 452; makefile: 72
file content (11 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (12)
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} = '';