mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Fixed FTP backups are creating empty zip files #515
Changed the ftp backup from active to passive mode in bin/v-backup-user
This commit is contained in:
parent
97b9673021
commit
ff0d1b7787
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ local_backup(){
|
|||
|
||||
# Defining ftp command function
|
||||
ftpc() {
|
||||
/usr/bin/ftp -n $HOST $PORT <<EOF
|
||||
/usr/bin/ftp -np $HOST $PORT <<EOF
|
||||
quote USER $USERNAME
|
||||
quote PASS $PASSWORD
|
||||
binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue