Bpipe plugin error on windows server

17 views
Skip to first unread message

Luca Bonfanti

unread,
Dec 7, 2020, 8:21:03 AM12/7/20
to bareos-users

Hi,

I'm trying to backup postgres database on windows server following https://docs.bareos.org/Appendix/Howtos.html#backup-postgresql

Below the fileset configuration:

FileSet {
  Name = "postgresql-bpipe"
  Include {
    Plugin = "bpipe:file=/POSTGRESQL/dump.sql:reader=\"C\:/Program Files/PostgreSQL/bin/13/pg_dumpall.exe\" -U postgres -w:writer=\"C\:/Program Files/PostgreSQL/bin/13/pg_dumpall.exe\" -U postgres -w"
     Options {
        signature = MD5
        compression = gzip
      }
  }
}


It seems that the drive ':' causes a "mixing of old and new syntax" error.
I've tried to escape it, but with no results.

Could you please help me to solve this issue?

Thanks in advance!
BR,
Luca
Reply all
Reply to author
Forward
0 new messages