evomariabackup: release 22.06
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2022-06-02 18:27:59 +02:00 committed by Jérémy Lecour
parent 586aa206a8
commit c4f279cf8e

View file

@ -1,12 +1,12 @@
#!/bin/sh #!/bin/sh
VERSION="21.11" VERSION="22.06"
show_version() { show_version() {
cat <<END cat <<END
evomariabackup version ${VERSION} evomariabackup version ${VERSION}
Copyright 2004-2021 Evolix <info@evolix.fr>, Copyright 2004-2022 Evolix <info@evolix.fr>,
Éric Morino <emorino@evolix.fr>, Éric Morino <emorino@evolix.fr>,
Jérémy Lecour <jlecour@evolix.fr> Jérémy Lecour <jlecour@evolix.fr>
and others. and others.
@ -20,19 +20,20 @@ show_help() {
cat <<EOF cat <<EOF
Usage: evomariabackup --backup-dir /path/to/mariabackup-target --compress-file /path/to/compressed.tgz Usage: evomariabackup --backup-dir /path/to/mariabackup-target --compress-file /path/to/compressed.tgz
Options Options
--backup-dir mariabackup target directory --backup-dir mariabackup target directory
--compress-file File name for the compressed version --compress-file File name for the compressed version
--backup Force backup phase --backup Force backup phase
--no-backup Skip backup phase --no-backup Skip backup phase
--compress Force compress phase --compress Force compress phase
--no-compress Skip compress phase --no-compress Skip compress phase
--log-file Log file to send messages --log-file Log file to send messages
--verbose Output much more information (to stdout/stderr or the log file) --post-backup-hook Script to execute after other tasks
--quiet Ouput only the most critical information --verbose Output much more information (to stdout/stderr or the log file)
--lock-file Specify which lock file to use (default: /run/lock/mariabackup.lock) --quiet Ouput only the most critical information
--max-age Lock file is ignored if older than this (default: 1d) --lock-file Specify which lock file to use (default: /run/lock/mariabackup.lock)
-h|--help|-? Display help --max-age Lock file is ignored if older than this (default: 1d)
-V|--version Display version, authors and license -h|--help|-? Display help
-V|--version Display version, authors and license
Example usage for a backup then compress : Example usage for a backup then compress :
# /usr/local/bin/evomariabackup --verbose \ # /usr/local/bin/evomariabackup --verbose \