1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

fix broken incremental tar - merge from 2.2

found by "Jacob Anawalt" <anawaltaj@hotmail.com>
(This used to be commit 52fdb787d4)
This commit is contained in:
Herb Lewis 2002-12-10 21:50:44 +00:00
parent 117589526f
commit 2ce7686a45

View File

@ -80,7 +80,8 @@ while getopts riavl:b:d:N:s:p:x:u:Xt: c; do
tarcmd="x"
;;
i) # [i]ncremental
tarargs=${tarargs}g
tarargs=${tarargs}ga
clientargs="-c 'tarmode inc'"
;;
a) # [a]rchive
tarargs=${tarargs}a