linux – 如何在bacula bconsole中列出所有最近的预定作业

有没有办法在bconsol中查看所有预定的工作?您可以通过在bconsole中执行status dir命令来查看前30个作业,但是如何列出所有(最近的).我不希望看到所有月份的预定工作只有所有最近的预定工作.

解决方法

the current bacula console manual开始:

If you do a status dir,it will by default list the first occurrence of all jobs that are scheduled today and tomorrow. If you wish to see the jobs that are scheduled in the next three days (e.g. on Friday you want to see the first occurrence of what tapes are scheduled to be used on Friday,the weekend,and Monday),you can add the days=3 option. Note,a days=0 shows the first occurrence of jobs scheduled today only. If you have multiple run statements,the first occurrence of each run statement for the job will be displayed for the period specified.

相关文章

1、安装Apache。 1)执行如下命令,安装Apache服务及其扩展包...
一、先说一下用ansible批量采集机器信息的实现办法: 1、先把...
安装配置 1. 安装vsftpd 检查是否安装了vsftpd # rpm -qa | ...
如何抑制stable_secret读取关键的“net.ipv6.conf.all.stabl...
1 删除0字节文件 find -type f -size 0 -exec rm -rf {} ...
## 步骤 1:安装必要的软件包 首先,需要确保系统已安装 `dh...