BackupPC-users

[BackupPC-users] BackupPC (3.3.0) ignore some files in windows share, why?

2016-03-20 13:01:12
Subject: [BackupPC-users] BackupPC (3.3.0) ignore some files in windows share, why?
From: Samuel Wolf <samuel AT sheepflock DOT de>
To: General list for <backuppc-users AT lists.sourceforge DOT net>
Date: Sun, 20 Mar 2016 16:46:44 +0000
Hi,

I use BackupPC for many years now, but at the moment I can't trust my  
BackupPC server anymore since he ignore some files on a Windows share.

There is nothing in the log (error,...) and if i mount the Windows  
share on the BackupPC server I can see the files:

root@backupserver:/mnt/win/Ordner# ls -l
insgesamt 156
-rwxr-xr-x 1 root root  53121 Jan 29  2011 Woerterbuch.dic
-rwxr-xr-x 1 root root 106244 Mai 29  2015 Wörterbuch-Unicode.dic

BackupPC backup the folder "Ordner" but not the two files!


After copy one file BackupPC backup *only* "Woerterbuch.dic_COPY", but  
not the other two files:

root@backupserver:/mnt/win/Ordner# cp Woerterbuch.dic Woerterbuch.dic_COPY
root@backupserver:/mnt/win/Ordner# ls -l
insgesamt 208
-rwxr-xr-x 1 root root  53121 Jan 29  2011 Woerterbuch.dic
-rwxr-xr-x 1 root root  53121 Mär 20 16:13 Woerterbuch.dic_COPY
-rwxr-xr-x 1 root root 106244 Mai 29  2015 Wörterbuch-Unicode.dic

2016-03-20 16:26:26 incr backup started back to 2016-03-18 06:15:07   
(backup #985) for share DATA$
2016-03-20 16:26:30 incr backup 993 complete, 41 files, 44310512  
bytes, 6 xferErrs (0 bad files, 0 bad shares, 6 other)
2016-03-20 16:26:30 removing incr backup 987

The xferErrs are:
NT_STATUS_ACCESS_DENIED listing  
\$RECYCLE.BIN\S-1-5-21-1981357536-0756247864-903913209-1000\*
[...]

Client config:
$Conf{SmbShareName} = [
   'DATA$'
];
$Conf{SmbSharePasswd} = 'XXXXXXXXXXXXXXXXXXXXXX';
$Conf{SmbShareUserName} = 'XXXXXXXXXXXXXXXXXXX';
$Conf{BlackoutPeriods} = [
   {
     'hourEnd' => '11.98',
     'weekDays' => [
       1,
       2,
       3,
       4,
       5,
       6,
       7
     ],
     'hourBegin' => 6
   },
   {
     'hourEnd' => 23,
     'weekDays' => [
       1,
       2,
       3,
       4,
       5,
       6,
       7
     ],
     'hourBegin' => 13
   }
];
$Conf{ClientNameAlias} = '192.168.1.24';

Any ideas?

Samuel


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>