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
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/467ad348-872a-4b6c-ad1b-387487f9f11en%40googlegroups.com.