summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-12-10 21:57:18 +0000
committerHerb Lewis <herb@samba.org>2002-12-10 21:57:18 +0000
commit5a9cbd8e14617974a6126b6bc14b0762a33babe2 (patch)
treea3e21f0da8537f849592ac6240118019c89d625f
parentd1e7f5bd481662768afebfd7ebff2068114e49de (diff)
downloadsamba-5a9cbd8e14617974a6126b6bc14b0762a33babe2.tar.gz
fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com>
-rw-r--r--source/script/smbtar3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/script/smbtar b/source/script/smbtar
index cf3ff0ebe68..f062cba9f04 100644
--- a/source/script/smbtar
+++ b/source/script/smbtar
@@ -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