ssh_archive_create
Compress a remote directory into a tar or tar.gz archive via SSH. Specify source, destination, format, and optional sudo.
Instructions
Create a compressed archive from a directory.
Returns: Dictionary with archive information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Directory to archive | |
| archive_path | Yes | Path for the created archive | |
| format | No | Archive format | tar.gz |
| use_sudo | No | Use sudo for the operation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||