Skip to content

Commit

Permalink
hold backups
Browse files Browse the repository at this point in the history
  • Loading branch information
proura committed Apr 14, 2022
1 parent 209c22e commit 7e30553
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
16 changes: 12 additions & 4 deletions docs/source/About.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,27 @@ 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)

* 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
--------------------------------------------------
Expand Down
16 changes: 8 additions & 8 deletions docs/source/backup_opers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -383,21 +387,17 @@ 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.

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

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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7e30553

Please sign in to comment.