You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
Is there a way to back up all the challenges and quiz questions I've entered into my development environment without doing a snapshot of the whole platform/challenges? Where is all that information stored? I want to give the platform to a couple other people to load on their machines and play around with before setting up the server.
The text was updated successfully, but these errors were encountered:
For anyone looking for specifics:
-ssh into vm
-run: mysqldump -u ctf -pctf fbctf > fbctf.sql
-sudo mv fbctf.sql /vagrant (if you want to get it off the vm and store on the local machine)
Is there a way to back up all the challenges and quiz questions I've entered into my development environment without doing a snapshot of the whole platform/challenges? Where is all that information stored? I want to give the platform to a couple other people to load on their machines and play around with before setting up the server.
The text was updated successfully, but these errors were encountered: