File: rsyncd.pl

package info (click to toggle)
backuppc 4.4.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,752 kB
  • sloc: perl: 37,523; sh: 607; javascript: 176; makefile: 38; ansic: 6
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} = '';