Displaying 2 results from an estimated 2 matches for "clientargs".
Did you mean:
dhclientargs
1999 Jun 09
1
smbtar cannot recognize space character in filename
...roblem:
*** smbtar.dist Fri Mar 5 21:35:26 1999
--- smbtar Tue Jun 1 15:46:07 1999
***************
*** 161,164 ****
eval $SMBCLIENT "'\\\\$server\\$service'" "'$password'" -U "'$username'" \
-E -N $log -D "'$cdcmd'" ${clientargs} \
! -T${tarcmd}${tarargs} $blocksize $newer $tapefile $* $verbose
--- 161,164 ----
eval $SMBCLIENT "'\\\\$server\\$service'" "'$password'" -U "'$username'" \
-E -N $log -D "'$cdcmd'" ${clientargs} \
! -T${tarcmd}${tarar...
2002 Dec 10
1
bug: smbtar and incremental backup
...te=1.9
Problem:
When calling smbtar with the [i]ncremental option, it still performs a full
dump.
Solutions for smbtar:
Either change the smbtar script from:
82: i) # [i]ncremental
83: tarargs=${tarargs}g
84: ;;
82: i) # [i]ncremental
83: tarargs=${tarargs}g
84: clientargs="-c 'tarmode inc'"
85: ;;
Or: remove ${clientargs} from the script.
I don't know enough about the differance between the solutions to suggest
one over the other. I just know that either solution seems to work, and the
first one makes it still print the nice little tarm...