backuppc (4.4.0-1) unstable; urgency=medium

  This is a major new version of BackupPC and existing configuration
  files will need substantial work to integrate the changes.
  The package will not attempt to do this automatically.

  In particular, client systems backed up by the rsync method will need
  the backuppc-rsync package installed in order to take advantage of
  BackupPC-specific changes to rsync. It is co-installable with the
  normal rsync Debian package.

  If you want to keep you /etc/backuppc/config.pl file, make sure that you
  add at least this line:

    $Conf{RsyncBackupPCPath} = "/usr/libexec/backuppc-rsync/rsync_bpc";

  Additionally you'll need to replace all occurrences of the no more
  existing $Conf{RsyncClientCmd} setting with $Conf{RsyncSshArgs} and
  possibly $Conf{RsyncClientPath} with accordingly updated values.

  Example: If you used $Conf{RsyncClientCmd} to configure the user with
  which BackupPC should login on the remote host and a remote nice level,
  replace

    $Conf{RsyncClientCmd} = '$sshPath -l root $host nice -n 10 $rsyncPath $argList+';

  with those two lines like these in the client configuration file:

    $Conf{RsyncSshArgs} = ['-e', '$sshPath -l root'];
    $Conf{RsyncClientPath} = 'nice -n 10 /usr/bin/rsync';

  See also "V3 migration" in the backuppc(8) man page or in
  /usr/share/doc/backuppc/BackupPC.html as well as
  https://github.com/backuppc/backuppc/issues/132.

  High I/O load after the first startup of BackupPC 4 after an upgrade
  from BackupPC 3 is expected as BackupPC will first convert the last
  backup of each backed up host into the new on-disk format of BackupPC 4.
  This will be listed as state "backup starting" in the web interface.

 -- Jonathan Wiltshire <jmw@debian.org>  Sun, 23 Aug 2020 10:45:19 +0100

backuppc (3.3.2-1) unstable; urgency=medium

  Debian's default BackupPC configuration file for Apache now restricts
  access to BackupPC to localhost by default because by default HTTPS is
  not enforced, i.e. "SSLRequireSSL" is commented out.

  Please refer to the comments in /etc/backuppc/apache.conf
  respectively /etc/apache2/conf-available/backuppc.conf what to
  uncomment and comment after having setup HTTPS, e.g. with certbot.

 -- Axel Beckert <abe@debian.org>  Wed, 14 Nov 2018 00:40:28 +0100
