diff options
author | Herb Lewis <herb@samba.org> | 2002-12-10 21:50:44 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2002-12-10 21:50:44 +0000 |
commit | 2ce7686a45edfc2e38bf9c1b745ffeb4b87a14e1 (patch) | |
tree | 239b861824949c6a5887d5dc20bbb716ca327561 /source3 | |
parent | 117589526fe4022fb587c32dd4a992c9b34e450d (diff) | |
download | samba-2ce7686a45edfc2e38bf9c1b745ffeb4b87a14e1.tar.gz samba-2ce7686a45edfc2e38bf9c1b745ffeb4b87a14e1.tar.bz2 samba-2ce7686a45edfc2e38bf9c1b745ffeb4b87a14e1.zip |
fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com>
(This used to be commit 52fdb787d426976941080acff126d592b288f301)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/script/smbtar | 3 |
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 |