Skip to main content
Glama

OPS MCP Server

by Heht571

backup_critical_files

Automatically back up critical system configuration files from remote servers. Specify hostname, username, and files to ensure essential data is securely stored in a designated backup directory.

Instructions

备份重要系统配置文件

Input Schema

NameRequiredDescriptionDefault
backup_dirNo/tmp/backup
filesNo
hostnameYes
passwordNo
portNo
timeoutNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "backup_dir": { "default": "/tmp/backup", "title": "Backup Dir", "type": "string" }, "files": { "default": [ "/etc/passwd", "/etc/shadow", "/etc/fstab", "/etc/hosts" ], "items": { "type": "string" }, "title": "Files", "type": "array" }, "hostname": { "title": "Hostname", "type": "string" }, "password": { "default": "", "title": "Password", "type": "string" }, "port": { "default": 22, "title": "Port", "type": "integer" }, "timeout": { "default": 60, "title": "Timeout", "type": "integer" }, "username": { "title": "Username", "type": "string" } }, "required": [ "hostname", "username" ], "title": "backup_critical_filesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heht571/ops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server