Skip to content

Commit 7e30553

Browse files
committed
hold backups
1 parent 209c22e commit 7e30553

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

docs/source/About.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,27 @@ chapter that details each release.
6363

6464
DRLM Version 2.4.2 (April 2022) - Release Notes
6565
--------------------------------------------------
66-
* DRLM Proxy added
67-
66+
* NEW! DRLM Proxy added
67+
68+
* NEW! Ubuntu 22 client & server support
69+
70+
* NEW! New Hold backup feature
71+
6872
* Fixed listclient filtered by client
6973

7074
* Fixed RHEL 8.5 ppc64le instclient dependency (issue #188)
7175

7276
* drlm-api improvements
7377

7478
* Log improvements
75-
79+
7680
* Bugfix importing old backups
81+
82+
* Bugfix non case-sensitive bash_completion
83+
84+
* Bugfix in upgrade drlm
7785

78-
* Ubuntu 22.04 client & server support
86+
* Bugfix icreasing partition size
7987

8088
DRLM Version 2.4.1 (February 2022) - Release Notes
8189
--------------------------------------------------

docs/source/backup_opers.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ The :program:`drlm bkpmgr` has some required options:
197197

198198
Enable Backup in local and remote write mode (WARNING! Snaps in write mode are not allowed)
199199

200+
.. option:: -H, --hold-on, --hold-off
201+
202+
Hold backup. If a backup is holded means that will be ignored after a **drlm runbackup** when old backups are cleaning
203+
200204
Examples::
201205

202206
~# drlm bkpmgr -I 1.20140519065512 -e
@@ -383,21 +387,17 @@ It is called like this::
383387

384388
.. program:: `drlm listjob` arguments:
385389

386-
.. option:: -J job_id, --job_id job_id
390+
.. option:: -I job_id, --job_id job_id
387391

388392
To list a job by its ID.
389393

390394
.. option:: -c client_name, --client client-name
391395

392396
To list all the jobs scheduled for a specific client.
393397

394-
.. option:: -A, --all
395-
396-
To list all the active scheduled jobs.
397-
398398
Examples::
399399

400-
~# drlm listjob -A
400+
~# drlm listjob
401401
~# drlm listjob -c rear-suse
402402
~# drlm listjob --job_id 3
403403

@@ -426,13 +426,13 @@ It is called like this::
426426

427427
To delete all scheduled jobs for a specific client.
428428

429-
.. option:: -J job_id, --job_id job_id
429+
.. option:: -I job_id, --job_id job_id
430430

431431
To delete a specific scheduled backup job.
432432

433433
Examples::
434434

435-
~# drlm deljob -J 5
435+
~# drlm deljob -I 5
436436
~# drlm deljob -c rear-centos
437437

438438
Help option:

0 commit comments

Comments
 (0)