Sorry, meant to add more information yesterday. I'm using SMB. No includes or excludes other than what is default (if there is any). The one share i'm using is "UserHomes" on the server "gman".
Ok, i found last night that it's throwing up NT_STATUS_ACCESS_DENIED errors on individual files (yet it can browse the tree). This is not a windows sided permissions error. I'm using the domain administrator account and if I run smbclient manually I can access everything I want correctly. Just to add... Full backup yesterday seemed to work fine (it backed up files totally and their content). However after leaving it to backup last night, it seemed to come up with that error on every file. Incr backups are the ones that only bring up the folder structure. Here's the smbclient paths etc as in the config (totally default, I havnt altered them). $Conf{ClientCharsetLegacy} = 'iso-8859-1'; $Conf{SmbClientPath} = '/usr/bin/smbclient'; $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName' . ' $I_option -U $userName -E -d 1' . ' -c tarmode\\ full -Tc$X_option - $fileList'; $Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName' . ' $I_option -U $userName -E -d 1' . ' -c tarmode\\ full -TcN$X_option $timeStampFile - $fileList'; $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName' . ' $I_option -U $userName -E -d 1' . ' -c tarmode\\ full -Tx -'; +---------------------------------------------------------------------- |This was sent by [email protected] via Backup Central. |Forward SPAM to [email protected]. +---------------------------------------------------------------------- ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-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/
