[Bacula-users] Backups to Google Drive?
What is the current thinking of the most effective way to use Bacula doing storage to Google Drive? We have a fast network connection, with multi-terabyte Linux systems to regularly backup. I don't think any of the Linux fuse filesystems for Google Drive are really robust enough to depend on. If you agree, that just leaves writing to local storage and doing a command line transfer at the end, and the reverse for restores. Is there any support for managing the transfers (both backup and restore) without manual interaction? -- ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] bacula Help!!!
Maximum Volume Jobs now place it in 100, but still does not work, even asking me a volume +-- |This was sent by nirvana...@hotmail.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-- -- ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
[Bacula-users] Autochander 2 Drive HP MSL2024 Pleasse Mount Label
i have the next problem: Device tape: "Drive-0" (/dev/nst0) is not open. Device is BLOCKED waiting for media. Drive 0 is not loaded. srvbacula-sd JobId 579: Please mount append Volume "VXS016L6" or label a new one for: Job: srvdigital-job.2016-07-27_13.36.03_27 Storage: "Drive-1" (/dev/nst1) Pool: DifPool Media type: LTO-6 Why does this happen? bacula.sd.conf # For Bacula release 7.4.1 (02 May 2016) -- debian 8.5 # Copyright (C) 2000-2015 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS Storage { Name = srvbacula-sd SDPort = 9103 Pid Directory = "/var/run" WorkingDirectory = "/opt/bacula/working" Maximum Concurrent Jobs = 100 Maximum Concurrent Jobs = 20 SDAddress = 192.90.90.97 } Director { Name = srvbacula-dir Password = "caronica.123" } Director { Name = srvbacula-mon Password = "caronica.123" Monitor = yes } Autochanger { Name = Autochanger Device = Drive-0 Device = Drive-1 Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d" Changer Device = /dev/changer } Device { Name = Drive-0 Drive Index = 0 Media Type = LTO-6 Archive Device = /dev/nst0 # LabelMedia = yes; AutomaticMount = yes; AlwaysOpen = yes; RemovableMedia = yes; RandomAccess = no; Autochanger = yes; # Maximum Spool Size = 50G } Device { Name = Drive-1 Drive Index = 1 Media Type = LTO-6 Archive Device = /dev/nst1 # LabelMedia = yes; AutomaticMount = yes; AlwaysOpen = yes; RemovableMedia = yes; RandomAccess = no; Autochanger = yes; # Maximum Spool Size = 50G } Messages { Name = Standard director = srvbacula-dir = all } bacula-dir.conf Storage { Name = MSL2024 Address = 192.90.90.97 SDPort = 9103 Password = "1234" Device = Autochanger Media Type = LTO-6 Autochanger = yes Maximum Concurrent Jobs = 20 } Pool { Name = FullPool Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 3 years Maximum Volumes = 100 Maximum Volume Jobs = 100 } Pool { Name = DifPool Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 1 years Maximum Volumes = 100 Maximum Volume Jobs = 100 } Pool { Name = IncrPool Pool Type = Backup Recycle = yes AutoPrune = yes Volume Retention = 6 months Maximum Volumes = 100 Maximum Volume Jobs = 100 } i need help pleasse!!! I don't I do not understand that I need +-- |This was sent by nirvana...@hotmail.com via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-- -- ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Bacula Webmin module will not start
On 27/07/16 15:39, Phil Stracchino wrote: > >> I strongly recommend you to move to MySQL or Postgresql. Please let us >> know if you really need SQLite. I would say that SQLite in Bacula is >> almost "deprecated". > "Almost"? I thought SQLite support had already been removed, or at > least was unmaintained. > It is. Sqlite is _only_ there for proof of concept (as in testing if bacula suits your purposes) and should _never_(*) be used in a production environment. (*) As in "you would have to be absolutely and completely crazy to use SQlite in a production environment." If you're backing up 1-2 machines (SOHO) then MySQL is fine. If you are backing up anything larger, then use Postgres or you'll probabl end up regretting it. MySQL runs into major scaling (memory consumption) and tuning issues very quickly, whilst Postgres is self-tuning and tends not to grow as uncontrollably as MySQL does. I run both, they're about as easy as each other to setup but MySQL is significantly harder to keep running when things get complex, large or high-load, rapidly growing to consume far more resources of all kinds than the equivalent Postgresql installation. Don't let anyone try and discourage using Postgres on complexity or "usability" grounds and "I only know mysql" is a path to eternal pain. MySQL was originally designed as a lightweight (compared to Postgresql) system for fast mostly-read work on webservers and it's still firmly rooted there. (It's great for web query engines and that's what we mostly use it for.) -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Bacula Webmin module will not start
On 07/27/16 04:24, Ana Emília M. Arruda wrote: > Hello, > > I strongly recommend you to move to MySQL or Postgresql. Please let us > know if you really need SQLite. I would say that SQLite in Bacula is > almost "deprecated". "Almost"? I thought SQLite support had already been removed, or at least was unmaintained. -- Phil Stracchino Babylon Communications ph...@caerllewys.net p...@co.ordinate.org Landline: 603.293.8485 -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users
Re: [Bacula-users] Bacula Webmin module will not start
Hello, I strongly recommend you to move to MySQL or Postgresql. Please let us know if you really need SQLite. I would say that SQLite in Bacula is almost "deprecated". Best regards, Ana On Tue, Jul 26, 2016 at 3:52 PM, CRUCIALcane wrote: > Webmin 'Failed to load the database DBI driver SQLite at ./ > bacula-backup-lib.pl line 45 > > I had the same Problem, and installing perl DBI driver didn't help. > > Installing the package libdbd-sqlite3-perl did the trick though. > > +-- > |This was sent by breath1...@googlemail.com via Backup Central. > |Forward SPAM to ab...@backupcentral.com. > +-- > > > > > -- > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports.http://sdm.link/zohodev2dev > ___ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users > -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users