Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presistent Data #8

Open
rezytijo opened this issue Aug 13, 2024 · 4 comments
Open

Presistent Data #8

rezytijo opened this issue Aug 13, 2024 · 4 comments

Comments

@rezytijo
Copy link

Can I configure this container using docker volume so that the data is not lost if my VPS crashes at any time?

@0xgkd
Copy link
Owner

0xgkd commented Aug 30, 2024

Can I configure this container using docker volume so that the data is not lost if my VPS crashes at any time?

Yes, you can use docker volume syncing some necessary data, or restart container and generate scan report to save.

@rezytijo
Copy link
Author

rezytijo commented Sep 1, 2024

How About bind mount volume?

which directory i should bind then?

@0xgkd
Copy link
Owner

0xgkd commented Sep 4, 2024

How About bind mount volume?

which directory i should bind then?

When scan in progress, /home/acunetix/.acunetix/data/temp will exist some scan temp data, and once scan completed, /home/acunetix/.acunetix/data/reports will generate html and pdf format of report, /home/acunetix/.acunetix/data/scans will generate a zip compressed file contains browser.log, logfile.csv, settings.xml.

@rezytijo
Copy link
Author

rezytijo commented Sep 4, 2024

Thanks for the info, i will try that config, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants