diff --git a/.gitignore b/.gitignore index b018cd7..5678ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,26 @@ # See https://help.github.com/articles/ignoring-files for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' # Ignore bundler config. /.bundle # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal /db/*.local /db/database.yml # Ignore all logfiles and tempfiles. /log/*.log /tmp *.swp config/database.yml config/beanstalk.yml config/secrets.yml +config/bconsole.conf .ruby-version .rspec diff --git a/config/bconsole.conf.sample b/config/bconsole.conf.sample new file mode 100644 index 0000000..0f4a257 --- /dev/null +++ b/config/bconsole.conf.sample @@ -0,0 +1,11 @@ +# +# Bacula User Agent (or Console) Configuration File +# + +Director { + Name = doorblue-dir + DIRport = 9101 + address = ser-baculas.lan +# Password = "O1gLjxYviWXU1xqh6wRzAmJ4oUX4OwNQY" + Password = "ru4ImGCvXDH6Nqjmnqvm8EySQtrHaucKm" +}