Skip to content

Commit

Permalink
disable sftp destination for incremental backups for time being
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Nov 24, 2021
1 parent f7327f3 commit 9588fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ <h3 class="title-hero">
<label class="col-sm-3 control-label">{% trans "Select Type" %} </label>
<div class="col-sm-6">
<select ng-change="fetchDetails()" ng-model="destinationType" class="form-control">
<option>SFTP</option>
{# <option>SFTP</option>#}
<option>AWS</option>
</select>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plogical/restoreMeta.py
Expand Up @@ -190,9 +190,9 @@ def main():
parser.add_argument('--backupFile', help='')
parser.add_argument('--dir', help='')


args = parser.parse_args()


if args.function == "submitRestore":
restoreMeta.startRestore(args.metaPath,args.statusFile)

Expand Down

0 comments on commit 9588fb2

Please sign in to comment.