File Compress
file.compressCompress Minecraft server files into a zip archive for backup or transfer in MCSManager instances. Specify source path and target files/folders to include.
Instructions
Create a zip archive in an MCSManager instance. Requires confirm=true or dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| daemonId | No | MCSManager daemon id. Uses MCSM_DEFAULT_DAEMON_ID if omitted. | |
| uuid | No | MCSManager instance UUID. Uses MCSM_DEFAULT_INSTANCE_UUID if omitted. | |
| source | Yes | Output zip path, for example /backup/world.zip. | |
| targets | Yes | Files/folders to include. | |
| confirm | No | Required true for high-risk operations. | |
| dry_run | No | Return a preview without executing the operation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||