X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=679908eafed6ccf5e28c44f2687e0699f965d37d;hp=6d8125544b26574e6ceb372d222d62ad6378b968;hb=8a5f496e93ee77491746cb72ef9949ab91c82dae;hpb=bd5c45421b5719f1f2419ddab7df55567b0ce0fc diff --git a/conf/config.pl b/conf/config.pl index 6d81255..679908e 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -547,15 +547,15 @@ $Conf{SmbClientPath} = '/usr/bin/smbclient'; # $timeStampFile start time for incremental dump # $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName' - . '$I_option -U $userName -E -N -d 1' + . ' $I_option -U $userName -E -N -d 1' . ' -c tarmode\\ full -Tc$X_option - $fileList'; $Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName' - . '$I_option -U $userName -E -N -d 1' + . ' $I_option -U $userName -E -N -d 1' . ' -c tarmode\\ full -TcN$X_option $timeStampFile - $fileList'; $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName' - . '$I_option -U $userName -E -N -d 1' + . ' $I_option -U $userName -E -N -d 1' . ' -c tarmode\\ full -Tx -'; # @@ -957,6 +957,8 @@ $Conf{RestorePostUserCmd} = undef; # to all refer to the same physical hosts. This should only be # set in the per-PC config file. # +# Note: this setting doesn't work for DHCP hosts. +# $Conf{ClientNameAlias} = undef; #