==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=7281

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

          Priority: P3
            Bug ID: 7281
          Assignee: [email protected]
           Summary: Backuppc can't backup through the smb protocol
        QA Contact: [email protected]
          Severity: normal
    Classification: Contribs
                OS: ---
          Reporter: [email protected]
          Hardware: ---
            Status: UNCONFIRMED
           Version: 8.0
         Component: smeserver-BackupPC
           Product: SME Contribs

With backuppc i have noticed that we need to change arguments in the template
of smb setting :

 $Conf{SmbClientFullCmd}
 $Conf{SmbClientIncrCmd}
 $Conf{SmbClientRestoreCmd}


-------------error log
full backup started for share Documents
Xfer PIDs are now 4359,4358
Anonymous login successful
Domain=[LSD] OS=[Unix] Server=[Samba 3.6.5]
tree connect failed: NT_STATUS_ACCESS_DENIED
Anonymous login successful
Domain=[LSD] OS=[Unix] Server=[Samba 3.6.5]
tree connect failed: NT_STATUS_ACCESS_DENIED
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0
filesTotal, 0 sizeTotal
Got fatal error during xfer (No files dumped for share Documents)
Backup aborted (No files dumped for share Documents)
Not saving this as a partial backup since it has fewer files than the prior one
(got 0 and 0 files versus 0)

----------
i have needed to remove a flag "-N" to backup my PC with the samba protocol if
i want backup my pc throught the samba protocol

here we find an old bug from ubuntu where i have found a solution to work with
backuppc https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/283652

this is the new commande template i must use in the setting of xfer, have you
noticed the argument "-N" is missing

for editing go to "edit config" then "xfer" and take "smb" protocol then you
can modify "Smb Paths/Commands"

 $smbClientPath \\$host\$shareName $I_option -U $userName -E -d 1 -c tarmode\
full -Tc$X_option - $fileList
 $smbClientPath \\$host\$shareName $I_option -U $userName -E -d 1 -c tarmode\
full -TcN$X_option $timeStampFile - $fileList
 $smbClientPath \\$host\$shareName $I_option -U $userName -E -d 1 -c tarmode\
full -Tx -


What is amazing  with the same setting between sme7 and sme8 it doesn't work to
backup with the smb protocol.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to