Files
hacktricks-cloud/src/pentesting-cloud/digital-ocean-pentesting/do-services/do-volumes.md
2024-12-31 18:35:05 +01:00

20 lines
519 B
Markdown

# DO - Volumes
{{#include ../../../banners/hacktricks-training.md}}
## Basic Information
DigitalOcean volumes are **block storage** devices that can be **attached to and detached from Droplets**. Volumes are useful for **storing data** that needs to **persist** independently of the Droplet itself, such as databases or file storage. They can be resized, attached to multiple Droplets, and snapshot for backups.
### Enumeration
```
compute volume list
```
{{#include ../../../banners/hacktricks-training.md}}