diff --git a/backup/static/backup/backup.js b/backup/static/backup/backup.js index 9c158422b..a41fffb41 100755 --- a/backup/static/backup/backup.js +++ b/backup/static/backup/backup.js @@ -416,7 +416,7 @@ app.controller('restoreWebsiteControl', function ($scope, $http, $timeout) { }); -//*** Resotre site ends here ***/// +//*** Restore site ends here ***/// ///** Backup Destination ***// @@ -448,6 +448,7 @@ app.controller('backupDestinations', function ($scope, $http, $timeout) { var data = { IPAddress: $scope.IPAddress, password: $scope.password, + user: $scope.user, backupSSHPort: $scope.backupSSHPort, }; diff --git a/backup/templates/backup/backupDestinations.html b/backup/templates/backup/backupDestinations.html index 689550ccf..9667803ed 100755 --- a/backup/templates/backup/backupDestinations.html +++ b/backup/templates/backup/backupDestinations.html @@ -51,7 +51,7 @@