Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
sgsax
bareos-backup-report
Commits
30d8a149
Commit
30d8a149
authored
Apr 13, 2018
by
Seth D. Galitzer
Browse files
updated readme, removed unnecessary lib import
parent
1b70acb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
30d8a149
...
...
@@ -7,3 +7,8 @@ By default, reports all jobs completed in last 24 hours.
Parameters can be provided by the user to override the timeframe and a partial jobname to filter results.
Based on a shell script for reporting Bacula jobs found here: http://www.revpol.com/baculasummaryemails
Requires:
*
Python3
*
psycopg2 (Python PostgreSQL library)
bareosbackupreport.py
View file @
30d8a149
...
...
@@ -14,7 +14,6 @@
import
argparse
import
psycopg2
import
sys
dbuser
=
"bareos"
# your Bareos database user
db
=
"bareos"
# your Bareos database name
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment