Storage
Centralized storage management for backup and archive operations.
Conceptβ
A storage is a named configuration pointing to a destination (SSH server, S3 bucket, local path). Used by:
dvs archive- Encrypted archivesdvs backup- Incremental backups (PRO)
Available Transportsβ
| Transport | Protocol | Use Case |
|---|---|---|
ssh | SSH/SCP | Linux servers with SSH access |
sftp | SFTP | Secure file transfer |
ftp | FTP/FTPS | Legacy FTP servers |
s3 | S3 API | AWS S3, MinIO, compatible |
local | Local FS | Local directories |
Quick Startβ
# Add a storage interactively
dvs storage add
# Add with specific transport
dvs storage add mybackup --type sftp
# List configured storages
dvs storage list
# Test connection
dvs storage test mybackup
Commandsβ
| Command | Description |
|---|---|
dvs storage add | Add a new storage |
dvs storage list | List storages |
dvs storage test | Test connection |
dvs storage edit | Edit configuration |
dvs storage delete | Delete storage |
dvs storage set/get/unset | Manage parameters |
dvs storage params | Show transport parameters |