mods
2003-04-23 04:12:30 UTC
Hello,
I am newbie for bacula. I want to use named pipe device to backup a MS SQL Server.
I installed the Win32 client 1.29.
In MS SQL Server,I use:
1> backup database master to PIPE='\\.\pipe\pipetest'
2> go
In bacula-dir.conf,I don't known how to add '\\.\pipe\pipetest' to FileSet.
Now my FileSet in bacula-dir.conf is:
FileSet {
Name = "Full Set FIFO"
Include = signature=MD5 readfifo=yes {
"\\./pipe/pipe1"
}
Exclude = { }
}
But bacula-dir can't find "\\./pipe/pipe1",Its messages is:
23-Apr-2003 03:24 bacula-dir: Could not stat \./pipe/pipe1: ERR=No such file or directory
I need your advice.
Best regards,
deshou
I am newbie for bacula. I want to use named pipe device to backup a MS SQL Server.
I installed the Win32 client 1.29.
In MS SQL Server,I use:
1> backup database master to PIPE='\\.\pipe\pipetest'
2> go
In bacula-dir.conf,I don't known how to add '\\.\pipe\pipetest' to FileSet.
Now my FileSet in bacula-dir.conf is:
FileSet {
Name = "Full Set FIFO"
Include = signature=MD5 readfifo=yes {
"\\./pipe/pipe1"
}
Exclude = { }
}
But bacula-dir can't find "\\./pipe/pipe1",Its messages is:
23-Apr-2003 03:24 bacula-dir: Could not stat \./pipe/pipe1: ERR=No such file or directory
I need your advice.
Best regards,
deshou