From 7e305534dead470dcaac429d3a09587aa96948ee Mon Sep 17 00:00:00 2001 From: proura Date: Thu, 14 Apr 2022 15:59:55 +0200 Subject: [PATCH] hold backups --- docs/source/About.rst | 16 ++++++++++++---- docs/source/backup_opers.rst | 16 ++++++++-------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/docs/source/About.rst b/docs/source/About.rst index f2ea9b0..879da9e 100644 --- a/docs/source/About.rst +++ b/docs/source/About.rst @@ -63,8 +63,12 @@ chapter that details each release. DRLM Version 2.4.2 (April 2022) - Release Notes -------------------------------------------------- - * DRLM Proxy added - + * NEW! DRLM Proxy added + + * NEW! Ubuntu 22 client & server support + + * NEW! New Hold backup feature + * Fixed listclient filtered by client * Fixed RHEL 8.5 ppc64le instclient dependency (issue #188) @@ -72,10 +76,14 @@ DRLM Version 2.4.2 (April 2022) - Release Notes * drlm-api improvements * Log improvements - + * Bugfix importing old backups + + * Bugfix non case-sensitive bash_completion + + * Bugfix in upgrade drlm - * Ubuntu 22.04 client & server support + * Bugfix icreasing partition size DRLM Version 2.4.1 (February 2022) - Release Notes -------------------------------------------------- diff --git a/docs/source/backup_opers.rst b/docs/source/backup_opers.rst index ba43a83..22bd3bd 100644 --- a/docs/source/backup_opers.rst +++ b/docs/source/backup_opers.rst @@ -197,6 +197,10 @@ The :program:`drlm bkpmgr` has some required options: Enable Backup in local and remote write mode (WARNING! Snaps in write mode are not allowed) +.. option:: -H, --hold-on, --hold-off + + Hold backup. If a backup is holded means that will be ignored after a **drlm runbackup** when old backups are cleaning + Examples:: ~# drlm bkpmgr -I 1.20140519065512 -e @@ -383,7 +387,7 @@ It is called like this:: .. program:: `drlm listjob` arguments: -.. option:: -J job_id, --job_id job_id +.. option:: -I job_id, --job_id job_id To list a job by its ID. @@ -391,13 +395,9 @@ It is called like this:: To list all the jobs scheduled for a specific client. -.. option:: -A, --all - - To list all the active scheduled jobs. - Examples:: - ~# drlm listjob -A + ~# drlm listjob ~# drlm listjob -c rear-suse ~# drlm listjob --job_id 3 @@ -426,13 +426,13 @@ It is called like this:: To delete all scheduled jobs for a specific client. -.. option:: -J job_id, --job_id job_id +.. option:: -I job_id, --job_id job_id To delete a specific scheduled backup job. Examples:: - ~# drlm deljob -J 5 + ~# drlm deljob -I 5 ~# drlm deljob -c rear-centos Help option: