On 2016-09-28 05:41, Benedikt Kaleß forumZFD wrote: > Hi all, > > I have thousands of log-entries in /var/lib/backuppc/log/LOG > like that: > > BackupPC_link got error -5 when calling > MakeFileLink(/var/lib/backuppc/pc/<host><file>,1) > > But I don't find any hint in the documentation. > > df -i tells the following: > > /dev/md0 488370176 11494249 476875927 3% /var/lib/backuppc > > Hard linking does work and ls -la /var/lib/backuppc/ > is the following: > > drwxr-x--- 10 backuppc backuppc 4096 Sep 28 11:12 . > drwxr-xr-x 58 root root 4096 Sep 20 15:01 .. > drwxr-x--- 18 backuppc backuppc 4096 Sep 28 11:00 cpool > drwxr-x--- 2 backuppc backuppc 4096 Sep 28 12:00 log > drwxr-x--- 2 backuppc backuppc 16384 Aug 31 10:35 lost+found > drwxr-x--- 6 backuppc backuppc 4096 Sep 27 15:06 pc > drwxr-x--- 2 backuppc backuppc 4096 Feb 6 2014 pool > drwxr-xr-x 2 backuppc backuppc 4096 Sep 8 14:53 .ssh > drwxr-x--- 2 backuppc backuppc 4096 Sep 28 11:02 trash > > Does anyone has a tip for me? > > Greetings > Bene
I do: Check dmesg for problems and fsck your filesystem. Generally, when I see this it's due to filesystem corruption of one sort or another. On *some* filesystems, like reiserfs or xfs, it's possible to pass fsck and still have subtle corruption exposed when BackuPC traverses the filesystem. If the drive is failing or the inode corruption is bad enough, it may not be possible to recover the filesystem at all. ------------------------------------------------------------------------------ _______________________________________________ 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/
