Skip to content

Commit

Permalink
Updating full backup procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss authored Nov 19, 2024
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
Expand Up @@ -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**
```
Expand Down

0 comments on commit d79d77c

Please sign in to comment.