summaryrefslogtreecommitdiff
path: root/source3/script/smbtar
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-12-10 21:56:21 +0000
committerHerb Lewis <herb@samba.org>2002-12-10 21:56:21 +0000
commit1cee6e571ee39ef917f2c8972f6a6d5d38074363 (patch)
treed35fdad696fe8ac35e6486969086e0658e7174dd /source3/script/smbtar
parentf35d43a7d21385e95eb93247819339d2cb1f7097 (diff)
downloadsamba-1cee6e571ee39ef917f2c8972f6a6d5d38074363.tar.gz
samba-1cee6e571ee39ef917f2c8972f6a6d5d38074363.tar.bz2
samba-1cee6e571ee39ef917f2c8972f6a6d5d38074363.zip
fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com> (This used to be commit cfef980566f195c060c0d2fa22983427e8d6570c)
Diffstat (limited to 'source3/script/smbtar')
-rw-r--r--source3/script/smbtar3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/smbtar b/source3/script/smbtar
index cf3ff0ebe6..f062cba9f0 100644
--- a/source3/script/smbtar
+++ b/source3/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