From a9cbdfe6ffb7d9740e09ef182c2805ddc7bbe0d9 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 21 Oct 2015 15:56:19 +0300 Subject: [PATCH] Fix for borken exlucssion missing symlinks and hidden files --- bin/v-add-backup-host | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/v-add-backup-host b/bin/v-add-backup-host index e46c1d21..7cf08fe3 100755 --- a/bin/v-add-backup-host +++ b/bin/v-add-backup-host @@ -13,7 +13,7 @@ type=$1 host=$2 user=$3 -password=$4 +password=$4; HIDE=4 path=${5-/backup} port=$6 @@ -21,10 +21,6 @@ port=$6 source $VESTA/func/main.sh source $VESTA/conf/vesta.conf -# Hiding password -A4='******' -EVENT="$DATE $TIME $SCRIPT $A1 $A2 $A3 $A4 $A5 $A6 $A7 $A8 $A9" - # Defining ftp command function ftpc() { ftp -p -n $host $port <