This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Hermes Agent 服务器迁移脚本(OSS/S3 中转版) | |
| # 用法: bash hermes-migrate-oss.sh [选项] | |
| # | |
| # 支持: 阿里云 OSS / AWS S3 / 兼容 S3 的对象存储 | |
| # | |
| # 选项: | |
| # --old-ip 旧服务器 IP(用于 SSH 执行,可选) | |
| # --new-ip 新服务器 IP(用于 SSH 执行,可选) |