[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

please unblock backuppc 3.1.0-4



Hi !

Please, could you unblock backuppc ? 
This upload contains:
- a lot of l10n debconf fixes
- and a small change in the smbclient command line because of
  undocumented changes. This bug is important because
  it breaks SMB backups in backuppc. (see the patch below)
  
==========
--- config.pl   2005-03-03 23:39:20.000000000 +0100
+++ debian/backuppc/etc/backuppc/config.pl      2005-03-03
18:55:02.000000000 +0100
@@ -952,7 +952,7 @@
 # redirection and pipes; put that in a script if you need it.
 #
 $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName'
-           . ' $I_option -U $userName -E -N -d 1'
+           . ' $I_option -U $userName -E -d 1'
            . ' -c tarmode\\ full -Tc$X_option - $fileList';
 
 #
@@ -966,7 +966,7 @@
 # redirection and pipes; put that in a script if you need it.
 #
 $Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName'
-           . ' $I_option -U $userName -E -N -d 1'
+           . ' $I_option -U $userName -E -d 1'
            . ' -c tarmode\\ full -TcN$X_option $timeStampFile -$fileList';
 
 #
@@ -984,7 +984,7 @@
 # redirection and pipes; put that in a script if you need it.
 #
 $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName'
-            . ' $I_option -U $userName -E -N -d 1'
+            . ' $I_option -U $userName -E -d 1'
             . ' -c tarmode\\ full -Tx -';
		   
#
==========
  
Cheers,

-- 
Ludovic Drolez.

http://www.palmopensource.com               - The PalmOS Open Source Portal
http://www.drolez.com      - Personal site - Linux, Zaurus and PalmOS stuff


Reply to: