diff options
author | Herb Lewis <herb@samba.org> | 2002-12-10 21:56:21 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2002-12-10 21:56:21 +0000 |
commit | cfef980566f195c060c0d2fa22983427e8d6570c (patch) | |
tree | 0280792248a41a474e0a4bffce8afb310bee1f2a /source/script | |
parent | 199c9fcbb9e9a5d4b75ac370d358f54e91808e76 (diff) | |
download | samba-cfef980566f195c060c0d2fa22983427e8d6570c.tar.gz samba-cfef980566f195c060c0d2fa22983427e8d6570c.tar.xz samba-cfef980566f195c060c0d2fa22983427e8d6570c.zip |
fix broken incremental tar - merge from 2.2
found by "Jacob Anawalt" <anawaltaj@hotmail.com>
Diffstat (limited to 'source/script')
-rw-r--r-- | source/script/smbtar | 3 |
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 |