Am Sonntag, den 21.10.2007, 17:31 +0200 schrieb Holger Parplies: 
> Hi,
> 
[...] 
> > 2007-10-11 02:03:06 BackupPC_link got error -4 when calling
> > MakeFileLink(/mnt/backup_platte/backuppc/pc/localhost/13/f%
> > 2f/fetc/fdefault/ffetchmail, ac6ee45acddcfad51eb7178e2cc38f4e, 1)
> > 2007-10-11 02:03:06 BackupPC_link got error -3 when calling 
> > MakeFileLink(/mnt/backup_platte/backuppc/pc/localhost/13/f%2f/fetc/fdefault/ffail2ban,
> >  344d742c33312b66bfb278c4da7a43cd, 1)
> > [...]
> 
> - is the pool on the same file system as the pc directory?
> - how did you point the pool to your USB disk mount point? At which
>   directory level did you softlink? Have you considered simply mounting to
>   /var/lib/backuppc or using a bind mount?
> - do the backups of your XP systems work? What's different?
> 
hi,
- The disk is a usb-disk (500G, 10%full) mounted to /mnt/backup_platte. 
- I've modified in the config to point to /mnt/backup_platte/backuppc
insted of /var/lib/backuppc
( set using config.pl:$Conf{TopDir} = '/mnt/backup_platte/backuppc'; )
- Windows backup work. I use there the SMB method.
- for local ( native linux (debian-etch) box ) I used the 

config:  "  $Conf{TarClientCmd} = '/usr/bin/sudo $tarPath -c -v -f - -C
$shareName+ --totals'; " 
and /etc/sudoers:  " backuppc ALL = NOPASSWD: /bin/tar "

config file is:
----&<---------
 more /etc/backuppc/localhost.pl
#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';
$Conf{TarShareName} = [  '/',  ''];
$Conf{TarClientCmd} = '/usr/bin/sudo $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';
$Conf{BackupFilesExclude} = {
  '*' => [
    '/tmp/*',
    '/proc/*',
    '/sys/*',
    '/dev/*',
    '/mnt/*',
    '/var/run/*',
    '/var/lib/backuppc/*',
    '/lost+found/*',
    '/cdrom/*',
    '/var/spool/squid/*'
  ]
};
----&<---------

the tail of the Backup-log: ( XferLOG.13.z )
----&<---------  
create   777       0/0          28 initrd.img.old
  create   777       0/0          25 vmlinuz.old
tarExtract: Done: 0 errors, 156 filesExist, 0 sizeExist, 0
sizeExistComp, 46940 filesTotal, 5072780201 sizeTotal
Backup aborted ()
----&<---------  

tail of the "localhost" log-file:
----&<---------  
2007-10-24 20:55:53 full backup started for directory /
2007-10-24 21:49:36 unexpected repeated share name  skipped
2007-10-24 21:49:41 Backup aborted ()
2007-10-24 21:49:41 Saved partial dump 13
----&<---------  

.klemens

> Regards,
> Holger
> 
-- 
klemens zwischenbrugger  
[EMAIL PROTECTED]
gpg-key: 0x90FDE50E
finger-print: D51D CF1B C3D9 421A D184  CDCB 097E 1F2C 90FD E50E



-------------------------------------------------------------------------
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/

Reply via email to