What type of backup are you requesting? Rsyn/smb ?

What about permissions to execute Rsync in the visudo file?

I know the process runs as the backuppc user, This is rsync setting in main 
configurations:

RsyncBackupPCPath: /usr/local/bin/rsync_bpc

RsyncClientPath: sudo /usr/bin/rsync

Then I've gone into visduo and entered the following to allow sudo access to 
the rsync command:

backuppc ALL=NOPASSWD:/bin/gtar,/bin/tar,/usr/local/bin/rsync_bpc

Maybe that helps?
However, I'm in a centos 7 environment.

Ibrahim

-----Original Message-----
From: Doug Lytle <supp...@drdos.info> 
Sent: 28 February 2020 12:28
To: General list for user discussion, questions and support 
<backuppc-users@lists.sourceforge.net>
Subject: Re: [BackupPC-users] Backup works from command line nothing happens 
from web interface

You can also attache to the BackupPC process to see what's going on with

strace -ewrite -p PID#

Doug


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to