cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1386
Views
0
Helpful
2
Replies

Cisco ACS 5.4 repositories

Daryn Utesbayev
Level 1
Level 1

Hi everyone!

I would like to know  possibility functions of acs. As you see on logs I have 2 repositories:

1) local db ( I maen on cisco acs)

2) ftp server

I'd like to copy from local db to ftp server then delete all local db. If it's possible how I can do it?


Incremental Backup Restore

Available Backups to Restore   

Available Backups to Restore   Name  Date Repository Type

  acsviewdbfull_xxx-acs-xxx-1_20121205_143351 12/05/2012  LogBackUp Full

  acsviewdbfull_xxx-acs-xxx-1_20121231_020000 12/31/2012  LogBackUp Full

  acsviewdbfull_xxx-acs-xxx-1_20140128_100837 01/28/2014  xxx-acs-xxx-1-2-backup Full

1 Accepted Solution

Accepted Solutions

Shinpei Kono
Cisco Employee
Cisco Employee

You can copy a file on local repository to a remote ftp server using copy command.

ACS54/admin# copy disk:/

/ ftp://

Prompt for username and password will follow.

Then delete files on local repository respectively using delete command.

ACS54/admin# delete disk:/

/

View solution in original post

2 Replies 2

Shinpei Kono
Cisco Employee
Cisco Employee

You can copy a file on local repository to a remote ftp server using copy command.

ACS54/admin# copy disk:/

/ ftp://

Prompt for username and password will follow.

Then delete files on local repository respectively using delete command.

ACS54/admin# delete disk:/

/