mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-08 11:52:09 +02:00
Fix for borken exlucssion missing symlinks and hidden files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user