Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Klíma
backupninja
Commits
aa2a83c5
"README.md" did not exist on "a74db16e51a057d665f7d8ee35733ffce12a4717"
Commit
aa2a83c5
authored
4 years ago
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
add missing parameters to backupninja.conf manpage
parent
64616457
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
man/backupninja.conf.5
+29
-1
29 additions, 1 deletion
man/backupninja.conf.5
with
30 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
aa2a83c5
...
...
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
[core] backup halt should trigger email report if enabled
-
[core] wrap report email body to 1000 characters by default (DEBBUG-871793)
-
[core] improve error handling around
`reporthost`
feature
-
[docs] add missing parameters to
`backupninja.conf`
manpage
## [1.2.0] - 2021-01-21
...
...
This diff is collapsed.
Click to expand it.
man/backupninja.conf.5
+
29
−
1
View file @
aa2a83c5
...
...
@@ -50,11 +50,31 @@ Send a summary of the backup status to this email address.
.B reportsuccess
If set to 'yes', a report email will be generated even if all modules reported success.
.TP
.B reportinfo
If set to 'yes', info messages from handlers will be sent into the email.
.TP
.B reportwarning
If set to 'yes', a report email will be generated even if there was no error.
.TP
.B reportspace
If set to 'yes', disk space usage will be included in the backup email report.
.TP
.B reporthost
Where to rsync the backupninja.log to be aggregated in a ninjareport.
.Ts
.B reportuser
What user to connect to reporthost to sync the backupninja.log
.TP
.B reportdirectory
Where on the reporthost should the report go.
.Te
.B reportwrap
Number of columns the email report body should wrap to.
...
...
@@ -113,7 +133,15 @@ reportemail = root
.br
reportsuccess = yes
.br
reportwarning = yes
reportinfo = no
.br
reportspace = no
.br
reporthost =
.br
reportuser = ninja
.br
reportdirectory = /var/lib/backupninja/reports
.br
reportwrap = 1000
.br
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment