Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 22, 2020 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/40e4dc60772016eea95d02c282bf02a2 to your computer and use it in GitHub Desktop.
Save r-ryantm/40e4dc60772016eea95d02c282bf02a2 to your computer and use it in GitHub Desktop.
/nix/store/k8pf54iiqq5lavimwhv9glpgga50p1v0-bacula-9.6.6
├── bin
│   ├── bacula
│   ├── bacula-dir
│   ├── bacula-fd
│   ├── bacula-sd
│   ├── bbconsjson
│   ├── bconsole
│   ├── bcopy
│   ├── bdirjson
│   ├── bextract
│   ├── bfdjson
│   ├── bls
│   ├── bregex
│   ├── bscan
│   ├── bsdjson
│   ├── bsmtp
│   ├── btape
│   ├── btraceback
│   ├── bwild
│   └── dbcheck
├── etc
│   ├── bacula
│   ├── baculabackupreport
│   ├── bacula_config
│   ├── bacula-ctl-dir
│   ├── bacula-ctl-fd
│   ├── bacula-ctl-sd
│   ├── bacula-dir.conf
│   ├── bacula-fd.conf
│   ├── bacula-sd.conf
│   ├── bacula-tray-monitor.desktop
│   ├── bconsole
│   ├── bconsole.conf
│   ├── btraceback.dbx
│   ├── btraceback.gdb
│   ├── btraceback.mdb
│   ├── create_bacula_database
│   ├── create_postgresql_database
│   ├── create_sqlite3_database
│   ├── delete_catalog_backup
│   ├── disk-changer
│   ├── drop_bacula_database
│   ├── drop_bacula_tables
│   ├── drop_postgresql_database
│   ├── drop_postgresql_tables
│   ├── drop_sqlite3_database
│   ├── drop_sqlite3_tables
│   ├── grant_bacula_privileges
│   ├── grant_postgresql_privileges
│   ├── grant_sqlite3_privileges
│   ├── isworm
│   ├── make_bacula_tables
│   ├── make_catalog_backup
│   ├── make_catalog_backup.pl
│   ├── make_postgresql_tables
│   ├── make_sqlite3_tables
│   ├── mtx-changer
│   ├── mtx-changer.conf
│   ├── query.sql
│   ├── tapealert
│   ├── update_bacula_tables
│   ├── update_postgresql_tables
│   └── update_sqlite3_tables
├── lib
│   ├── bpipe-fd.so
│   ├── libbac-9.6.6.so
│   ├── libbaccats-9.6.6.so -> libbaccats-postgresql.so
│   ├── libbaccats.la
│   ├── libbaccats-postgresql-9.6.6.so
│   ├── libbaccats-postgresql.la
│   ├── libbaccats-postgresql.so -> libbaccats-postgresql-9.6.6.so
│   ├── libbaccats.so -> libbaccats-9.6.6.so
│   ├── libbaccats-sqlite3-9.6.6.so
│   ├── libbaccats-sqlite3.la
│   ├── libbaccats-sqlite3.so -> libbaccats-sqlite3-9.6.6.so
│   ├── libbaccfg-9.6.6.so
│   ├── libbaccfg.la
│   ├── libbaccfg.so -> libbaccfg-9.6.6.so
│   ├── libbacfind-9.6.6.so
│   ├── libbacfind.la
│   ├── libbacfind.so -> libbacfind-9.6.6.so
│   ├── libbac.la
│   ├── libbacsd-9.6.6.so
│   ├── libbacsd.la
│   ├── libbacsd.so -> libbacsd-9.6.6.so
│   ├── libbac.so -> libbac-9.6.6.so
│   ├── libbacsql-9.6.6.so
│   ├── libbacsql.la
│   └── libbacsql.so -> libbacsql-9.6.6.so
├── logdir
├── sbin -> bin
├── share
│   ├── doc
│   │   └── bacula
│   │   ├── ChangeLog
│   │   ├── INSTALL
│   │   ├── LICENSE
│   │   ├── LICENSE-FAQ
│   │   ├── LICENSE-FOSS
│   │   ├── README
│   │   ├── ReleaseNotes
│   │   └── VERIFYING
│   └── man
│   ├── man1
│   │   ├── bat.1.gz
│   │   └── bsmtp.1.gz
│   └── man8
│   ├── bacula.8.gz
│   ├── bacula-dir.8.gz
│   ├── bacula-fd.8.gz
│   ├── bacula-sd.8.gz
│   ├── bconsole.8.gz
│   ├── bcopy.8.gz
│   ├── bextract.8.gz
│   ├── bls.8.gz
│   ├── bregex.8.gz
│   ├── bscan.8.gz
│   ├── btape.8.gz
│   ├── btraceback.8.gz
│   ├── bwild.8.gz
│   └── dbcheck.8.gz
└── workdir
12 directories, 110 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment