What are the steps to backup an old Cribl instane?
Anson VanDoren
Posts: 17 ✭✭
Question - can I backup an old cribl by 1. stop the service 2. cp -a /opt/cribl /opt/cribl_backup 3. ?
0
Answers
-
yes. thought, it's easier to just `tar -cvzf cribl_backup.tgz /opt/cribl` and if needed, you can stop the service, rm -rf the cribl dir, and untar the backup.
0