Difference between revisions of "Talk:BackupPC"

From SME Server
Jump to navigationJump to search
(Created page with "With backuppc i have noticed that we need to change an argument in the template of smb : $Conf{SmbClientFullCmd} $Conf{SmbClientIncrCmd} $Conf{SmbClientRestoreCmd} i have...")
 
Line 18: Line 18:
  
 
What is amazing  with the same setting between sme7 and sme8 it doesn't work to backup with the smb protocol
 
What is amazing  with the same setting between sme7 and sme8 it doesn't work to backup with the smb protocol
 +
 +
***********************************************************************************************************
 +
 +
As it says in the article
 +
"Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-BackupPC component or use this link"
 +
That way the original author/maintainer will be notified, & it will start the process to have the package modified.
 +
In some cases the original maintainers are no longer involved, so someone else may step in to update the package.
 +
I think the original maintainer is still active.

Revision as of 16:56, 2 February 2013

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

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

i have needed to remove a "-N" to backup my PC with the samba protocol

Linux et Geekeries

this is the new commande template

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

should we raise a bug to resolve this issue or there is a way to modify that with a new package.

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

As it says in the article "Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-BackupPC component or use this link" That way the original author/maintainer will be notified, & it will start the process to have the package modified. In some cases the original maintainers are no longer involved, so someone else may step in to update the package. I think the original maintainer is still active.