We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa50c5 commit ed0f00aCopy full SHA for ed0f00a
CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
- Check whether Nginx, Apache2 and MariaDB are selected for installation prior to adding third party repositories.
12
- Remove duplicated set-cookie line in default fpm config.
13
- Adjust let's encrypt validation check for idn domains, thanks to @zanami!
14
+- Set backup download location on restore for ftp/sftp, thanks to @Daniyal-Javani!
15
16
## [1.1.1] - 2020-03-24 - Hotfix
17
### Features
bin/v-restore-user
@@ -41,6 +41,7 @@ ftpc() {
41
/usr/bin/ftp -n $HOST $PORT <<EOF
42
quote USER $USERNAME
43
quote PASS $PASSWORD
44
+ lcd $BACKUP
45
binary
46
$1
47
$2
0 commit comments