BackupPC-users

[BackupPC-users] Backuppc Problem

2017-04-07 20:16:28
Subject: [BackupPC-users] Backuppc Problem
From: Limbert Fuentes <limbertf AT yahoo DOT com>
To: <backuppc-users AT lists.sourceforge DOT net>
Date: Sat, 8 Apr 2017 00:15:26 +0000 (UTC)
Hi all,
I need youre help
I have installed backuppc in debian 8, but when trying to backup a windows 7 
machine I get the following error


2017-04-07 19:37:16 full backup started for directory documents
2017-04-07 19:37:17 Got fatal error during xfer (auth required, but service 
documents is open/insecure)
2017-04-07 19:37:22 Backup aborted (auth required, but service documents is 
open/insecure)
2017-04-07 19:39:22 full backup started for directory documents
2017-04-07 19:39:23 Got fatal error during xfer (auth required, but service 
documents is open/insecure)
2017-04-07 19:39:28 Backup aborted (auth required, but service documents is 
open/insecure)
2017-04-07 19:46:44 full backup started for directory documents
2017-04-07 19:46:45 Got fatal error during xfer (auth required, but service 
documents is open/insecure)

This is the configuration on windows client:

rsyncd.conf
#
use chroot = false

max connections = 2

log file = c:/rsyncd/rsyncd.log

lock file = c:/rsyncd/rsyncd.lock

[documents]
    path = /cygdrive/d/prueba
    comment = User Documents
    strict modes = false
    auth users = usr01
    secrets file = c:/rsyncd/rsyncd.secrets
    hosts allow = 192.168.10.12
    read only = true
    list = false

rsyncd.secrets

#UUU:PPP
usr01:R4mb099-


This is the backuppc configuration files

in the host config file /etc/backuppc/it-lfuentes.pl

$Conf{RsyncShareName} = [
  'documents'
];
$Conf{RsyncdPasswd} = 'R4mb099-';
$Conf{RsyncdUserName} = 'usr01';
$Conf{XferMethod} = 'rsyncd';
$Conf{XferLogLevel} = 9;


These are the permissions of the files that are in /etc/backuppc/backuppc

-rw-r--r--  1 backuppc www-data   638 abr  7 10:42 apache.conf
-rw-r-----  1 backuppc www-data 82971 abr  7 18:57 config.pl
-rw-r-----  1 backuppc www-data 82955 abr  7 18:52 config.pl.old
-rw-r-----  1 backuppc www-data  2280 abr  7 15:51 hosts
-rw-r-----  1 backuppc www-data  2260 abr  7 14:54 hosts.old
-rw-r-----  1 backuppc www-data    47 abr  6 17:31 htpasswd
-rw-r-----  1 backuppc www-data   165 abr  7 19:36 it-lfuentes.pl
-rw-r-----  1 backuppc www-data   140 abr  7 19:26 it-lfuentes.pl.old
-rw-r--r--  1 backuppc www-data   427 ago 13  2016 localhost.pl
-rw-r-----  1 backuppc www-data     0 abr  7 14:54 LOCK
lrwxrwxrwx  1 backuppc www-data    13 abr  6 17:31 pc -> /etc/backuppc
-rw-r-----  1 backuppc www-data   139 abr  7 15:53 ra-itsrv02.pl
-rw-r-----  1 backuppc www-data   137 abr  7 15:52 ra-itsrv02.pl.old

the hosts file

# not be edited!!
#
host        dhcp    user    moreUsers     # <--- do not edit this line
#farside    0       craig   jill,jeff     # <--- example static IP host entry
#larson     1       bill                  # <--- example DHCP host entry
it-lfuentes     0       usr01
localhost       0       backuppc



Please help me.

Thanks

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] Backuppc Problem, Limbert Fuentes <=