https://bugs.contribs.org/show_bug.cgi?id=10884

            Bug ID: 10884
           Summary: changes needed for backuppc 4 localhost
    Classification: Contribs
           Product: SME Contribs
           Version: 9.2
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-BackupPC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

the localhost backup needs some tweak too :

was

$Conf{RsyncSshArgs} = $sshPath -l root

should be :


$Conf{RsyncSshArgs} = ['-e', '/usr/bin/sudo -p'];

see https://adsm.org/lists/html/BackupPC-users/2017-06/msg00073.html


$Conf{RsyncSshArgs} = ['-e', '/usr/bin/sudo -p']; as is in the config file

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to