search for: tararg

Displaying 3 results from an estimated 3 matches for "tararg".

Did you mean: vararg
2002 Dec 10
1
bug: smbtar and incremental backup
...in revision 1.9 as listed here: http://cvs.samba.org/cgi-bin/cvsweb/samba/source/script/smbtar?annotate=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...
2016 Jul 26
3
how to backup samba ad domain
My friend, you ow me a lot then. :D I receive an error on the line 179 ${CMD_AWK} -F '.' '{print $2}') if [ -n "${TARVERSION}" ] && [ " ${TARVERSION}" -ge "27" ]; then It is about Incorrect syntaxt. A syntax where not expected before the then. I am using Centos 7.2 and samba-sernet 4.2 Thank you again On Tue, Jul 26, 2016 at 4:11 PM,
1999 Jun 09
1
smbtar cannot recognize space character in filename
...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}${tarargs} $blocksize $newer $ta...