mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -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
|
type=$1
|
||||||
host=$2
|
host=$2
|
||||||
user=$3
|
user=$3
|
||||||
password=$4
|
password=$4; HIDE=4
|
||||||
path=${5-/backup}
|
path=${5-/backup}
|
||||||
port=$6
|
port=$6
|
||||||
|
|
||||||
|
@ -21,10 +21,6 @@ port=$6
|
||||||
source $VESTA/func/main.sh
|
source $VESTA/func/main.sh
|
||||||
source $VESTA/conf/vesta.conf
|
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
|
# Defining ftp command function
|
||||||
ftpc() {
|
ftpc() {
|
||||||
ftp -p -n $host $port <<EOF
|
ftp -p -n $host $port <<EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue