mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com>
This commit is contained in:
parent
5273844a74
commit
52fdb787d4
@ -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…
x
Reference in New Issue
Block a user