Skip to main content

dvs storage test

Test storage connection and capabilities.

Syntax​

dvs storage test <name> [options]

Options​

OptionDescription
--section <name>Test specific section (default, backup, archive...)

Example​

dvs storage test mybackup

Output:

Testing storage 'mybackup'...
Transport: sftp
Host: backup.example.com
Connection: βœ“ OK
Upload: βœ“ OK
Download: βœ“ OK
Delete: βœ“ OK

Capabilities Detection​

The test verifies which operations the storage supports:

CapabilityDescription
UPLOADCan upload files
DOWNLOADCan download files
DELETECan delete files
LISTCan list directory contents
MKDIRCan create directories