Usage
Arguments
string
required
Source location for copy operation (supports multiple formats)
string
required
Target location for copy operation (supports multiple formats)
Options
string
Location of ssh private key
Description
Copies a directory from a source location to a target location. Each of source and destination directories can be either local or remote, subject to appropriate read and write permissions required to carry out the action. Supported location formats:- [instance_id:]path (legacy format, still supported)
- C.instance_id:path (container copy format)
- cloud_service:path (cloud service format)
- cloud_service.cloud_service_id:path (cloud service with ID)
- local:path (explicit local path)
- V.volume_id:path (volume copy)