Hello all... i started getting localhost backup errors...

Log file is...

2007-06-27 13:10:29 incr backup started back to 2007-06-21 19:00:01 for 
directory /etc
2007-06-27 13:11:45 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/www
2007-06-27 13:12:06 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/lib/mysql
2007-06-27 13:12:06 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/lib/amavis
2007-06-27 13:12:07 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/lib/spamassassin
2007-06-27 13:12:07 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/lib/clamav
2007-06-27 13:12:08 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/lib/mdadm
2007-06-27 13:12:08 incr backup started back to 2007-06-21 19:00:01 for 
directory /var/lib/postgrey
2007-06-27 13:12:10 Got fatal error during xfer (Tar exited with error 512 () 
status)
2007-06-27 13:12:15 Backup aborted (Tar exited with error 512 () status)

It started on the 22nd of June, however all other hosts are fine....

My localhost .pl is as follows
I am on a Debian etch system
backuppc version version 2.1.2pl1

Thanks to all in advance




#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';

$Conf{TarShareName} = 
['/etc','/var/www','/var/lib/mysql','/var/lib/amavis','/var/lib/spamassassin','/var/lib/clamav','/var/lib/mdadm','/var/lib/postgrey','/var/mail'];

$Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C 
$shareName'
                        . ' --totals';

# remove extra shell escapes ($fileList+ etc.) that are
# needed for remote backups but may break local ones
$Conf{TarFullArgs} = '$fileList';
$Conf{TarIncrArgs} = '--newer=$incrDate $fileList';


-- 

Rob Morin
Dido InterNet Inc.
Montreal, Canada
Http://www.dido.ca
514-990-4444


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to