Skip to content

Commit 4fb5b49

Browse files
alievertzAndy Lievertz
andauthored
Minor docstring update; v1.0.1 (#3)
Co-authored-by: Andy Lievertz <[email protected]>
1 parent ca01538 commit 4fb5b49

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
|Date|Version|Comment|
44
|----|-------|-------|
5+
|2025-Aug-03|1.0.1|Minor docstring update.|
56
|2021-Feb-26|1.0.0|Initial release.|

ozo-rdiff-backup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
22
# Script Name: ozo-rdiff-backup.sh
3-
# Version : 1.0.0
3+
# Version : 1.0.1
44
# Description: This script automates the use of rdiff-backup to perform incremental backups of remote linux systems over SSH. It will mount a dedicated volume, generate an increment, perform increment maintenancce, and unmount the volume.
55
# Usage : /usr/sbin/ozo-rdiff-backup.sh
66
# Author : Andy Lievertz <[email protected]>
7+
# Link : https://github.com/onezeroone-dev/ozo-rdiff-backup/blob/main/README.md
78

89
# FUNCTIONS
910
function ozo-log {

ozo-rdiff-backup.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ozo-rdiff-backup
2-
Version: 1.0.0
2+
Version: 1.0.1
33
Release: 1%{?dist}
44
Summary: Automates the use of rdiff-backup
55
BuildArch: noarch
@@ -44,5 +44,7 @@ then
4444
fi
4545

4646
%changelog
47+
* Sun Aug 03 2025 One Zero One RPM Manager <[email protected]> - 1.0.1-1
48+
- Minor docstring update
4749
* Fri Feb 26 2021 One Zero One RPM Manager <[email protected]> - 1.0.0-1
4850
- Initial release

ozo-rpmbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set variables
22
NAME="ozo-rdiff-backup"
3-
VERSION="1.0.0"
3+
VERSION="1.0.1"
44
ARCH="noarch"
55
OSRELE="10"
66
PKRELE="1"

0 commit comments

Comments
 (0)