macOS
brew install automysqlbackuplocal Homebrew formula metadata
brew
Automate MySQL backups. Version 3.0-rc6 via Homebrew; verified from local package data.
install
brew install automysqlbackuplocal Homebrew formula metadata
sudo apt install automysqlbackupDebian stable package indexes · automysqlbackup · source: deb.debian.org
nix profile install nixpkgs#automysqlbackupnixpkgs package indexes · pkgs/by-name/au/automysqlbackup/package.nix · source: api.github.com
overview
Automate MySQL backups
history
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.
security posture
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
automysqlbackup | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://sourceforge.net/projects/automysqlbackup/
install metadata
| Package key | brew:automysqlbackup |
|---|---|
| Version | 3.0-rc6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/automysqlbackup |
| Homepage | https://sourceforge.net/projects/automysqlbackup/ |
| Repository | https://github.com/mattanja/automysqlbackup |
| Upstream docs | https://github.com/mattanja/automysqlbackup#readme |
| License | GPL-2.0-or-later |
| Source archive | https://downloads.sourceforge.net/project/automysqlbackup/AutoMySQLBackup/AutoMySQLBackup%20VER%203.0/automysqlbackup-v3.0_rc6.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | 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. |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 automysqlbackupsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.