mirror of
http://gitlab.bashclub.org/bashclub/zsync.git
synced 2025-08-17 19:42:11 +02:00
Change version to v1.0.4, update changelog
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Change log
|
# 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
|
## [v1.0.3] - 2024-02-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# bashclub zfs replication script
|
# 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"
|
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user