1
0
forked from extern/zsync

Change version to v1.0.4, update changelog

This commit is contained in:
thorsten.spille 2024-03-11 23:01:21 +01:00
parent e899ae002b
commit da99f17377
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Change log
## [v1.0.4] - 2024-02-22
### Added
- Fix download link in README.md
- Add checkzfs_local parameter to leave --source parameter empty
- Fix logrotate config
## [v1.0.3] - 2024-02-22
### Added

View File

@ -1,9 +1,9 @@
#!/bin/bash
#
# bashclub zfs replication script
# Author: (C) 2023 Thorsten Spille <thorsten@spille-edv.de>
# Author: (C) 2024 Thorsten Spille <thorsten@spille-edv.de>
__version__=v1.0.3
__version__=v1.0.4
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"