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:
parent
117589526f
commit
2ce7686a45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user