You can back up an entire CA Enterprise Log Manager server from the /opt/CA/LogManager/data folder. This data folder is a symbolic link to the data folder under root directory (/data).
To back up a CA Enterprise Log Manager server
tar -hzcvf backupData.tgz /data
This command creates the compressed output file, backupData.tgz, using the files from the /data directory.
tar -zcvf backupCerts.tgz *.cer
This command creates the compressed output file, backupCerts.tgz.
tar -hzcvf backupCerts.tgz /data
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |