Cisco Cisco Prime Network Services Controller 3.0

Page de 169
 
 
© 2013, 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 46 of 169 
EXAMPLES 
This example shows how to create a file backup: 
nsc# scope system 
nsc /system # create backup ftp://de@testhostname/testfile full-state enabled 
Password: 
nsc /system/backup* # commit-buffer 
nsc /system/backup # 
Deleting File Backups 
You can delete a file backup. 
BEFORE YOU BEGIN 
See 
 for basic information about the Prime Network 
Services Controller CLI. 
CLI 
Management controller 
SUMMARY STEPS 
  scope system 
1.
  delete backup <hostname or ip-address> 
2.
  commit-buffer 
3.
DETAILED STEPS 
 
Command 
Purpose  
Step 1   scope system 
                                                         
Example:                                                 
nsc# scope system 
Places you in system mode. 
Step 2  delete backup 
                                                         
Example:                                                 
nsc /system # delete backup testhostname 
Deletes the file backup 
Step 3  commit-buffer 
                                                         
Example:                                                 
nsc /system/backup* # commit-buffer 
Commits (saves) the 
configuration. 
 
EXAMPLES 
This example shows how to delete a file backup: 
nsc# scope system 
nsc /system # delete backup testhostname 
nsc /system* # commit-buffer 
nsc /system #