disable sftp destination for incremental backups for time being
This commit is contained in:
parent
f7327f345c
commit
9588fb256e
|
|
@ -35,7 +35,7 @@
|
|||
<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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue