![]() |
Add Testimonial |
Want to let others know you're using Bacula? Submit a user profile! Your
submission will be reviewed before being made publicly available. We reserve
the right to edit your submission for spelling, grammar, etc. You will receive
an email when your profile has been approved for public viewing. Note that
while your contact name and email address are required (to verify
information if necessary), you can choose to have them not be published along
with your profile information.
Fields marked with a * are required. Read the privacy notice below for information about how this data will be used. |
Getting backup informationTo get Total # of GB saved every month, you can run this query on you catalog (just adapt the starttime condition and round the result)bacula@yourdir:~$ bconsole *sql SELECT sum(JobBytes)/1073741824 FROM Job WHERE StartTime > '2008-02-07' AND Type = 'B'To know how many files are in your catalog, you can run this: bacula@yourdir:~$ bconsole *sql SELECT sum(JobFiles) FROM Job WHERE Type = 'B' |
Privacy NoticeThe following information is required, but you may choose to not have it published for public viewing if you wish: contact name, email address, organization name. We may use this information to verify the data you submit if we find the need. |