smbtar: adopt for new tar verbose option
authorBjörn Jacke <bj@sernet.de>
Tue, 7 Jan 2020 11:04:49 +0000 (12:04 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 14 Jan 2020 19:17:29 +0000 (19:17 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/script/smbtar

index 67a794553cf5349eb868eeab15ec02636b8e4d07..e86448cbf6ca5a6c5b8ffbea85e3a0f53ff01fe4 100644 (file)
@@ -134,6 +134,7 @@ while getopts riavl:b:d:N:s:p:x:u:Xt: c; do
       ;;
    v) # be [v]erbose and display what's going on
       verbose=""
+      tarargs=${tarargs}v
       ;;
    '?') # any other switch
        Usage 2 "Invalid switch specified - abort."