macOS
brew install automysqlbackuplocal Homebrew formula metadata
安装
brew install automysqlbackuplocal Homebrew formula metadata
sudo apt install automysqlbackupDebian stable package indexes · automysqlbackup · 来源: deb.debian.org
nix profile install nixpkgs#automysqlbackupnixpkgs package indexes · pkgs/by-name/au/automysqlbackup/package.nix · 来源: api.github.com
概览
Automate MySQL backups
历史
AutoMySQLBackup is a shell-script utility for scheduled MySQL backup rotation. It is small, old-school ops software: edit a root-owned config, call the script from cron, and rotate daily, weekly, and monthly dumps.
The official GitHub README says the script was originally developed by a team on SourceForge and that the GitHub repository was created as a clone for further maintenance after the SourceForge project appeared unmaintained. GitHub metadata dates the mattanja/automysqlbackup repository to October 2012.
The README emphasizes operational responsibility and restore procedures as much as installation. That is typical for backup tooling: the script can automate mysqldump runs, but users still need offline copies, permissions, encryption choices, and tested restores.
The batch input lists packages for Homebrew, Debian, Ubuntu, and Nix. That is modest but real adoption for a narrowly scoped backup script.
Its GitHub metadata shows a small repository with a low star/fork count compared with general developer tools, so the history should be read as practical sysadmin utility adoption rather than broad developer-culture prominence.
The README documents installing to /usr/local/bin, creating /etc/automysqlbackup, copying automysqlbackup.conf to myserver.conf, then running automysqlbackup with that config path or from cron.daily.
Credentials live in the same configuration files as the backup settings: the documented defaults include CONFIG_mysql_dump_username, CONFIG_mysql_dump_password, host, socket, and encryption settings.
AutoMySQLBackup is significant as an example of a package-manager-distributed cron-era admin script. Packaging matters because users expect the executable, sample config, cron integration, and filesystem permissions to land in predictable places.
安全态势
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/automysqlbackup/automysqlbackup.conf/etc/automysqlbackup/myserver.confCredential-bearing paths to review before unattended agent runs.
/etc/automysqlbackup/automysqlbackup.conf/etc/automysqlbackup/myserver.conf可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
automysqlbackup | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://sourceforge.net/projects/automysqlbackup/
安装元数据
| 软件包键 | brew:automysqlbackup |
|---|---|
| 版本 | 3.0-rc6 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/automysqlbackup |
| 主页 | https://sourceforge.net/projects/automysqlbackup/ |
| 仓库 | https://github.com/mattanja/automysqlbackup |
| 上游文档 | https://github.com/mattanja/automysqlbackup#readme |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://downloads.sourceforge.net/project/automysqlbackup/AutoMySQLBackup/AutoMySQLBackup%20VER%203.0/automysqlbackup-v3.0_rc6.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
| 注意事项 | You will have to edit $HOMEBREW_PREFIX/etc/automysqlbackup/automysqlbackup.conf to set AutoMySQLBackup up to find your database and backup directory. The included service will run AutoMySQLBackup every day at 04:00. |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | automysqlbackup |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
automysqlbackup 2.6+debian.4-4
daily, weekly and monthly backup for your MySQL database
http://sourceforge.net/projects/automysqlbackup/
sudo apt install automysqlbackupautomysqlbackup
nix profile install nixpkgs#automysqlbackupautomysqlbackup 2.6+debian.4-4
daily, weekly and monthly backup for your MySQL database
http://sourceforge.net/projects/automysqlbackup/
sudo apt install automysqlbackup来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.