Skip to content

Commit

Permalink
Updating full backup procedure
Browse files Browse the repository at this point in the history
immauss authored Nov 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7fff7d6 commit d79d77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Readme.md
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ docker stop openvas-prod
```
**Start a temporary container to create the backup.**
```
docker run -it --rm -v openvas:/opt -v $(pwd):/mnt alpine /bin/sh -c "cd /opt; tar -cjvf /mnt/openvas.full.tar.gz *"
docker run -it --rm -v openvas:/opt -v $(pwd):/mnt alpine /bin/sh -c "cd /opt/data; tar -cjvf /mnt/openvas.full.tar.gz *"
```
**Restart the production container**
```

0 comments on commit d79d77c

Please sign in to comment.