Re: [BackupPC-users] Exclude list being ignored?

2012-10-11 Thread Les Mikesell
On Thu, Oct 11, 2012 at 12:11 PM, Ian P. Christian wrote: > > > On 11 October 2012 18:00, Les Mikesell wrote: >> >> That looked normal to me - are they not being excluded in the backup >> results? > > > During the effort to get this working, I changed a few things before > posting, and it does ap

Re: [BackupPC-users] Exclude list being ignored?

2012-10-11 Thread Ian P. Christian
On 11 October 2012 18:00, Les Mikesell wrote: > That looked normal to me - are they not being excluded in the backup > results? > During the effort to get this working, I changed a few things before posting, and it does appear to work. I just assumed it wasn't after not seeing it excluded from

Re: [BackupPC-users] Exclude list being ignored?

2012-10-11 Thread Les Mikesell
On Thu, Oct 11, 2012 at 4:30 AM, Ian P. Christian wrote: > >> >> Running: /usr/bin/ssh -q -x -l root my.hostname.com /usr/bin/rsync >> --server --sender --numeric-ids --perms --owner --group -D --links >> --hard-links --times --block-size=2048 --recursive --checksum-seed=32761 >> --ignore-times .

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Les Mikesell
On Thu, Oct 11, 2012 at 11:13 AM, Robert E. Wooden wrote: > Thanks everyone. > > I will add that I am not running SELinux nor am I running ufw (Ubuntu > firewall.) > > I am an Ubuntu OS house. > > I have even considered a ssh blacklist but, I cannot find one anywhere > (unless I am looking in the

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Robert E. Wooden
Thanks everyone. I will add that I am not running SELinux nor am I running ufw (Ubuntu firewall.) I am an Ubuntu OS house. I have even considered a ssh blacklist but, I cannot find one anywhere (unless I am looking in the wrong directories.) I am beginning to consider possible hardware issues

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Ray Frush
On Thu, Oct 11, 2012 at 12:34 AM, Robert E. Wooden wrote: > I ran "admin@wdnbkup01:~$ sudo -u backuppc rsync -aP root@[myclientip]:/tmp > /tmp/client > > [sudo] password for admin: > receiving incremental file list > created directory /tmp/client > > I was hoping for some kind of informative failu

Re: [BackupPC-users] Exclude list being ignored?

2012-10-11 Thread Ian P. Christian
On 10 October 2012 23:10, Ian P. Christian wrote: > > Running: /usr/bin/ssh -q -x -l root my.hostname.com /usr/bin/rsync > --server --sender --numeric-ids --perms --owner --group -D --links > --hard-links --times --block-size=2048 --recursive --checksum-seed=32761 > --ignore-times . / > > Sent

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Pedro M. S. Oliveira
Hi, If you are using a redhat 6 or one of it's clients check if you're using selinux. If so configure it's policies to allow ssh with keys loggin or put it in permissive mode. Check redhat documentation for details. Cheers, Pedro Oliveira http://www.linux-geex.com On Oct 10, 2012 6:25 PM, "Robert