Fix for borken exlucssion missing symlinks and hidden files

This commit is contained in:
Serghey Rodin 2015-10-21 15:56:19 +03:00
commit a9cbdfe6ff

View file

@ -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 <<EOF