- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to backup Splunk configuration at /opt/splunk/etc on CentOS to prevent losing my settings for a reinstall?

cebo_myeza
Path Finder
09-15-2015
07:51 PM
My server runs CentOS as an operating system. I want to uninstall Splunk software and reinstall it again without losing my settings. How can I backup my Splunk configuration files at /opt/splunk/etc
in CentOS server.
Please help. Thank You
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

woodcock
Esteemed Legend
09-16-2015
02:20 AM
Like this:
tar czvf /opt/splunk.tgz $SPLUNK_HOME/etc/
Then later:
tar xvf /opt/splunk.tgz
