Did backuppc run without any error? Try below to confirm:
sudo /etc/init.d/backuppc restart
DK
--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:
On 31/10/14 12:28, Tom Fallon wrote:
Hi all
I've rebuilt a backupserver using Ubuntu 14.04 and when I go to the
web GUI at http://servername/backuppc I'm presented with a BIN file
download option.
I did find this link on the Arch forums which seems to have same issue
https://bbs.archlinux.
>Da: mc5...@mclink.it
>Data: 03/11/2014 14.04
>A:
>Ogg: Re: [BackupPC-users] R: Re: Issue with specific share on Linux host
>
>Hi there,
>as suspected You are using rsyncd for file transfer.
>This means the *client* must be running rsync as daemon with a suitable
rsyncd.conf.
>Can You check your
Hi there,
as suspected You are using rsyncd for file transfer.
This means the *client* must be running rsync as daemon with a suitable
rsyncd.conf.
Can You check your failing client actually has a running rsync? (ps ax | grep
rsync)
If it's running, please check the associated rsyncd.conf (usuall
Hi Mauro,
the only difference between two share are hostname!
non working share:
$Conf{RsyncShareName} = [
'home'
];
$Conf{RsyncdPasswd} = '';
$Conf{RsyncdUserName} = 'server';
$Conf{XferMethod} = 'rsyncd';
$Conf{PingCmd} = '/bin/true';
working share:
$Conf{RsyncShareName} = [
It is difficult to help you if we can't see what you're trying to do.
Please post BackupPC transfer configuration of failing and non failing
share.
Also client setup for failing and working shares would be useful.
From what You post it seems client refuses communication for the
failing share.
I
Hi,
I have an host with several share.
I have troubles in completing backup for a specifc share.
I configured one share for each /home partition (/home, /home2, /home3 and so
on)
/home is around 60 GB, while /home3 and /home4 (for example) are bigger, 130 GB.
I tried with manual cli backup, an