Hi, It seems you have several different erros in your logs : 1-/ Fatal error: Found mixing of old and new syntax, please fix your plugin definition check your configuration file with "-t" option before, syntax checking will tell you were you mix configuration style
2-/ Fatal error: Failed to authenticate Storage daemon Check the password between Storage Daemon and File Daemon Maybe the space in the path to program in reader and writer has to be enclosed with \" \" to preserve the space in the paths like this : reader=\"C\:/Program Files/Firebird/Firebird_2_5/bin/gbak.exe\" A look at https://bugs.bareos.org/view.php?id=428 confirms that escaping colon is required and usable since 14.2, you use 15.2.2. Regards, Geodni ----- Mail original ----- > De: "Wanderlei Huttel" <[email protected]> > À: "bareos-users" <[email protected]> > Envoyé: Jeudi 25 Août 2016 02:23:57 > Objet: [bareos-users] bpipe plugin windows error > > Is anybody has an example how to backup a firebird database using > bpipe? > > > FileSet { > Name = "firebird" > EnableVSS = no > Include { > Options { > Signature = MD5 > Compression = GZIP > } > Plugin = > "bpipe:file=C\:/firebird/fifo/fb.fbk:reader=C\:/Program > Files/Firebird/Firebird_2_5/bin/gbak.exe -backup -user > sysdba -password masterkey > 192.168.1.9\:C\:/firebird/bd/base.fdb > stdout:writer=C\:/Program > Files/Firebird/Firebird_2_5/bin/gbak.exe -replace stdin > -user sysdba -password masterkey > 192.168.1.9\:C\:/firebird/bd/base2.fdb " > } > } > > > 2016-08-24 01:18:24 bareos-dir JobId 6: Start Backup JobId 6, > Job=BackupFirebird.2016-08-24_01.18.22_59 > 2016-08-24 01:18:24 bareos-dir JobId 6: Using Device "FileStorage" > to write. > 2016-08-24 21:22:54 wanderlei-fd JobId 6: Fatal error: Found mixing > of old and new syntax, please fix your plugin definition > 2016-08-24 21:22:54 wanderlei-fd JobId 6: Fileset has no "File=" > directives, ignoring FilesNotToBackup Registry key > 2016-08-24 21:23:00 wanderlei-fd JobId 6: Fatal error: Failed to > authenticate Storage daemon. > 2016-08-24 01:18:30 bareos-dir JobId 6: Fatal error: Bad response > to Storage command: wanted 2000 OK storage > , got 2902 Bad storage > 2016-08-24 01:18:30 bareos-dir JobId 6: Error: Bareos bareos-dir > 15.2.2 (16Nov15): > Build OS: x86_64-pc-linux-gnu debian Debian GNU/Linux > 8.0 (jessie) > JobId: 6 > Job: BackupFirebird.2016-08-24_01.18.22_59 > Backup Level: Full > Client: "wanderlei-fd" 15.2.2 (16Nov15) Microsoft > Windows 8 Professional (build 9200), 64-bit,Cross-compile,Win64 > FileSet: "firebird" 2016-08-24 01:18:22 > Pool: "Full" (From Job FullPool override) > Catalog: "MyCatalog" (From Client resource) > Storage: "File" (From command line) > Scheduled time: 24-Ago-2016 01:18:22 > Start time: 24-Ago-2016 01:18:24 > End time: 24-Ago-2016 01:18:30 > Elapsed time: 6 secs > Priority: 10 > FD Files Written: 0 > SD Files Written: 0 > FD Bytes Written: 0 (0 B) > SD Bytes Written: 0 (0 B) > Rate: 0.0 KB/s > Software Compression: None > VSS: no > Encryption: no > Accurate: no > Volume name(s): > Volume Session Id: 6 > Volume Session Time: 1472008951 > Last Volume Bytes: 0 (0 B) > Non-fatal FD errors: 2 > SD Errors: 0 > FD termination status: Fatal Error > SD termination status: Waiting on FD > Termination: *** Backup Error *** > > > Best Regards > Wanderlei > > -- > You received this message because you are subscribed to the Google > Groups "bareos-users" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
