1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 00:44:13 +02:00

pvesm: add storage set and file remove example (#17671)

This commit is contained in:
Managor 2025-08-16 06:33:29 +03:00 committed by GitHub
parent 72adae9049
commit 6812846a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,14 @@
`pvesm add {{[d|dir]}} {{storage_name}} --path {{path/to/directory}}` `pvesm add {{[d|dir]}} {{storage_name}} --path {{path/to/directory}}`
- Set a storage to contain specific content:
`pvesm set {{storage_name}} --content {{iso,images,backup,vztmpl,...}}`
- Delete a file from storage:
`pvesm free {{local:iso/archlinux-2025.08.01-x86_64.iso}}`
- Remove a storage: - Remove a storage:
`pvesm {{[r|remove]}} {{storage_name}}` `pvesm {{[r|remove]}} {{storage_name}}`