diff --git a/.gitignore b/.gitignore index 2dc85e1..3b605e3 100755 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ logs/ /dbbackup /dbbackup_* !dbbackup.png +bin/dbbackup_* +bin/*.exe # Ignore development artifacts *.swp diff --git a/bin/README.md b/bin/README.md index d8b3b0a..e443244 100644 --- a/bin/README.md +++ b/bin/README.md @@ -1,6 +1,17 @@ # DB Backup Tool - Pre-compiled Binaries -This directory contains pre-compiled binaries for the DB Backup Tool across multiple platforms and architectures. +## Download + +**Binaries are distributed via GitHub Releases:** + +📦 **https://github.com/PlusOne/dbbackup/releases** + +Or build from source: +```bash +git clone https://github.com/PlusOne/dbbackup.git +cd dbbackup +./build_all.sh +``` ## Build Information - **Version**: 3.40.0 diff --git a/bin/dbbackup_darwin_amd64 b/bin/dbbackup_darwin_amd64 deleted file mode 100755 index 2fa873d..0000000 Binary files a/bin/dbbackup_darwin_amd64 and /dev/null differ diff --git a/bin/dbbackup_darwin_arm64 b/bin/dbbackup_darwin_arm64 deleted file mode 100755 index 32e0147..0000000 Binary files a/bin/dbbackup_darwin_arm64 and /dev/null differ diff --git a/bin/dbbackup_freebsd_amd64 b/bin/dbbackup_freebsd_amd64 deleted file mode 100755 index 9fa53d5..0000000 Binary files a/bin/dbbackup_freebsd_amd64 and /dev/null differ diff --git a/bin/dbbackup_linux_amd64 b/bin/dbbackup_linux_amd64 deleted file mode 100755 index 1d378ea..0000000 Binary files a/bin/dbbackup_linux_amd64 and /dev/null differ diff --git a/bin/dbbackup_linux_arm64 b/bin/dbbackup_linux_arm64 deleted file mode 100755 index 516fcd8..0000000 Binary files a/bin/dbbackup_linux_arm64 and /dev/null differ diff --git a/bin/dbbackup_linux_arm_armv7 b/bin/dbbackup_linux_arm_armv7 deleted file mode 100755 index d070f57..0000000 Binary files a/bin/dbbackup_linux_arm_armv7 and /dev/null differ diff --git a/bin/dbbackup_netbsd_amd64 b/bin/dbbackup_netbsd_amd64 deleted file mode 100755 index 64b0f1a..0000000 Binary files a/bin/dbbackup_netbsd_amd64 and /dev/null differ diff --git a/bin/dbbackup_openbsd_amd64 b/bin/dbbackup_openbsd_amd64 deleted file mode 100755 index 05d4e51..0000000 Binary files a/bin/dbbackup_openbsd_amd64 and /dev/null differ diff --git a/bin/dbbackup_windows_amd64.exe b/bin/dbbackup_windows_amd64.exe deleted file mode 100755 index 1fb4154..0000000 Binary files a/bin/dbbackup_windows_amd64.exe and /dev/null differ diff --git a/bin/dbbackup_windows_arm64.exe b/bin/dbbackup_windows_arm64.exe deleted file mode 100755 index e57346d..0000000 Binary files a/bin/dbbackup_windows_arm64.exe and /dev/null differ