mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Fix for borken exlucssion missing symlinks and hidden files
This commit is contained in:
parent
bff45302f6
commit
a9cbdfe6ff
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue