Hi,
I'm trying to backup postgres database on windows server following
https://docs.bareos.org/Appendix/Howtos.html#backup-postgresqlBelow 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