Problem now fix by doing:
chown backuppc -R /data
chgrp backuppc -R /data
The problem now is
2007-11-06 17:57:23 User admin (host=10.0.1.5) got CGI error: Backup number
for host 10.0.1.5 does not exist.
This happen when I click "Browse backups" in the sidebar.
However, when I click LOG File, the last input is
full backup started for directory /
I have a dir 10.0.1.5 with config.pl in the pc dir. I just notice that in the
LOG File, it says "full backup started for directory /"
but in my config.pl in 10.0.1.5, it is /fullbackup:
$Conf{XferMethod} = 'rsync';
$Conf{XferLogLevel} = 3;
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l backupc $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l backuppc $host $rsyncPath
$argList+';
$Conf{BackupFilesOnly} = [ '/fullbackup' ];
----- Original Message ----
From: Keith Edmunds <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, November 6, 2007 5:39:03 PM
Subject: Re: [BackupPC-users] $Conf{SmbClientPath} is not a valid executable
On Tue, 6 Nov 2007 01:02:20 -0800 (PST), [EMAIL PROTECTED] said:
> 2007-11-06 16:42:34 10.0.1.5: mkdir /data/BackupPC: Permission denied
> at /usr/local/BackupPC/bin/BackupPC_dump line 193
...and there's your error. The user BackupPC is running under does not
have permission to create /data/BackupPC.
Keith
--
Keith Edmunds
---------------------------------------------------------------
Tiger Computing is looking for a Linux Support Consultant - see
http://www.tiger-computing.co.uk/page?27
---------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
____________________________________________________
Basic black. Runway ready, or just run-of-the-mill?
Be a better fashionista
Find out at Yahoo! Answers - http://ph.answers.yahoo.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/