~ubuntu-branches/ubuntu/edgy/backuppc/edgy

« back to all changes in this revision

Viewing changes to debian/examples/tarssh.pl

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-03-24 00:21:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050324002153-ulgcnew6xyt6568o
Tags: 2.1.0-10ubuntu1
* Sync Debian packaging with 2.1.1-1, but leave the upstream release
  at 2.1.1, as the Debian packaging fixes all seem needed, but I'm not
  prepared to trust a new upstream release this close to Hoary's release.
* Changes from Debian's 2.1.1-1:
  - Do not modify config.pl in the postinst. (Ubuntu bug #8117)
    Thanks to Peter Palfrader for the patch. Closes: #301076.
  - Moved the 'rm -rf /etc/backuppc'. Closes: #301084.
  - Check that backuppc.config is not run 2 times before generating
    a random password. Closes: #301087.
  - Added /bin/sh as shell for the backuppc user. Closes: #299852.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Tar backup over ssh
 
3
#
 
4
# You should generate an SSH key pair to allow the local backuppc user
 
5
# to connect as root on the target host.
 
6
# Please refer to the BackupPC's manual for details
 
7
#
 
8
 
 
9
$Conf{XferMethod} = 'tar';
 
10
 
 
11
$Conf{BackupFilesOnly} = [ '/onedir', '/anotherdir' ];