Merge pull request #2 from bareos/master#14
Closed
UnicronNL wants to merge 1 commit intobareos:masterfrom
Closed
Conversation
AlD
pushed a commit
to AlD/bareos
that referenced
this pull request
Jun 17, 2014
The new command "status scheduler" shows the status of the bareos scheduler. The output first shows what schedule triggers what jobs, then the scheduler executions of the next 14 days are displayed including the overrides. By giving the param "schedule=" the display can be limited to a certain schedule and by giving "days=" the timeframe for the preview can be set. Also, the dotcmd schedule was added, so that the tab-completion works for giving schedules. Fixes bareos#14: Implement a scheduler preview for up to one year.
AlD
pushed a commit
to AlD/bareos
that referenced
this pull request
Jun 17, 2014
- Added support for selecting status scheduler when only the status keyword is given. - Allow so see the scheduler preview for a certain client by giving a client=<clientname> as cmdline option. - Allow to see the scheduler preview for a certain job by giving a job=<jobname> as cmdline option. Fixes bareos#14: Implement a scheduler preview for up to one year.
AlD
pushed a commit
to AlD/bareos
that referenced
this pull request
Jun 17, 2014
The new command "status scheduler" shows the status of the bareos scheduler. The output first shows what schedule triggers what jobs, then the scheduler executions of the next 14 days are displayed including the overrides. By giving the param "schedule=" the display can be limited to a certain schedule and by giving "days=" the timeframe for the preview can be set. Also, the dotcmd schedule was added, so that the tab-completion works for giving schedules. Fixes bareos#14: Implement a scheduler preview for up to one year.
AlD
pushed a commit
to AlD/bareos
that referenced
this pull request
Jun 17, 2014
- Added support for selecting status scheduler when only the status keyword is given. - Allow so see the scheduler preview for a certain client by giving a client=<clientname> as cmdline option. - Allow to see the scheduler preview for a certain job by giving a job=<jobname> as cmdline option. Fixes bareos#14: Implement a scheduler preview for up to one year.
pstorz
added a commit
that referenced
this pull request
Mar 2, 2015
The new command "status scheduler" shows the status of the bareos scheduler. The output first shows what schedule triggers what jobs, then the scheduler executions of the next 14 days are displayed including the overrides. By giving the param "schedule=" the display can be limited to a certain schedule and by giving "days=" the timeframe for the preview can be set. Also, the dotcmd schedule was added, so that the tab-completion works for giving schedules. Fixes #14: Implement a scheduler preview for up to one year.
mvwieringen
pushed a commit
that referenced
this pull request
Mar 2, 2015
- Added support for selecting status scheduler when only the status keyword is given. - Allow so see the scheduler preview for a certain client by giving a client=<clientname> as cmdline option. - Allow to see the scheduler preview for a certain job by giving a job=<jobname> as cmdline option. Fixes #14: Implement a scheduler preview for up to one year.
pstorz
added a commit
that referenced
this pull request
Mar 2, 2015
The new command "status scheduler" shows the status of the bareos scheduler. The output first shows what schedule triggers what jobs, then the scheduler executions of the next 14 days are displayed including the overrides. By giving the param "schedule=" the display can be limited to a certain schedule and by giving "days=" the timeframe for the preview can be set. Also, the dotcmd schedule was added, so that the tab-completion works for giving schedules. Fixes #14: Implement a scheduler preview for up to one year.
mvwieringen
pushed a commit
that referenced
this pull request
Mar 2, 2015
- Added support for selecting status scheduler when only the status keyword is given. - Allow so see the scheduler preview for a certain client by giving a client=<clientname> as cmdline option. - Allow to see the scheduler preview for a certain job by giving a job=<jobname> as cmdline option. Fixes #14: Implement a scheduler preview for up to one year.
dne
pushed a commit
to dne/bareos
that referenced
this pull request
May 8, 2018
dne
pushed a commit
to dne/bareos
that referenced
this pull request
May 8, 2018
franku
pushed a commit
that referenced
this pull request
Feb 25, 2021
This debug line probably shouldn't be in the live implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merge from bareos/bareos