cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2055
Views
5
Helpful
2
Replies

Removing Backup Repository FTP profiles

hyochum
Level 1
Level 1

Does anybody out there know how to remove from the NCS Backup screen a FTP repository that doesn't work?

I am trying to replace it with correct settings but am unable to.        

         

NCS_Backup Profile.jpg

2 Replies 2

hyochum
Level 1
Level 1

Answering my own post Hopefully this can help someone.

There is no option to remove repositories in the GUI

You must go to the CLI an type in the following:

admin#sh run | begin repository (this will list out the repositorys in your config)

admin#no repository <repository name> (this will remove the repository and any settings associated with it)

admin# sh run |begin repository (this will list out the repositorys that remain after the repository was removed)

admin#exit

admin# copy run start

I've wondered how to do this for about as long as we've been runing NCS/CPI.

Only issue I had with is is that the no repository commands need to be run in config mode. (at least in CPI 1.3)

Thanks!!!