File: rsyncssh.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-- 280 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
#
# Rsync backup over ssh
#
# You should generate an SSH key pair to allow the local backuppc user
# to connect as root on the target host.
# Please refer to the BackupPC's manual for details
#

$Conf{XferMethod} = 'rsync';

$Conf{RsyncShareName} = [ '/onedir', '/anotherdir' ];