Skip to main content

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 archives
  • dvs backup - Incremental backups (PRO)

Available Transports​

TransportProtocolUse Case
sshSSH/SCPLinux servers with SSH access
sftpSFTPSecure file transfer
ftpFTP/FTPSLegacy FTP servers
s3S3 APIAWS S3, MinIO, compatible
localLocal FSLocal 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​

CommandDescription
dvs storage addAdd a new storage
dvs storage listList storages
dvs storage testTest connection
dvs storage editEdit configuration
dvs storage deleteDelete storage
dvs storage set/get/unsetManage parameters
dvs storage paramsShow transport parameters