Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

|Date|Version|Comment|
|----|-------|-------|
|2025-Aug-03|1.0.1|Minor docstring update.|
|2023-Mar-17|1.0.0|Initial release.|
4 changes: 2 additions & 2 deletions ozo-mariadb-backup.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
# Script Name: ozo-mariadb-backup.sh
# Version : 1.0.0
# Version : 1.0.1
# Description: Creates a dump of all MariaDB databases and performs history maintenance.
# Usage : /usr/sbin/ozo-mariadb-backup.sh
# Author : Andy Lievertz <alievertz@onezeroone.dev>
# Link :
# Link : https://github.com/onezeroone-dev/ozo-mariadb-backup/blob/main/README.md

# FUNCTIONS
function ozo-log {
Expand Down
4 changes: 3 additions & 1 deletion ozo-mariadb-backup.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ozo-mariadb-backup
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Creates a dump of all MariaDB databases and performs history maintenance.
BuildArch: noarch
Expand Down Expand Up @@ -33,5 +33,7 @@ cp ozo-mariadb-backup.sh $RPM_BUILD_ROOT/usr/sbin
%attr (0700,root,root) /usr/sbin/ozo-mariadb-backup.sh

%changelog
* Sun Aug 03 2025 One Zero One RPM Manager <repositories@onezeroone.dev> - 1.0.1-1
- Minor docstring update
* Fri Mar 17 2023 One Zero One RPM Manager <repositories@onezeroone.dev> - 1.0.0-1
- Initial release
2 changes: 1 addition & 1 deletion ozo-rpmbuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set variables
NAME="ozo-mariadb-backup"
VERSION="1.0.0"
VERSION="1.0.1"
ARCH="noarch"
OSRELE="10"
PKRELE="1"
Expand Down