@@ -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
438438Help option:
0 commit comments