Skip to main content

Question - can I backup an old cribl by1. stop the service2. cp -a /opt/cribl /opt/cribl_backup3. ?

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.


Reply