The -b switch is actually just the path to the directory where you
would like Beanstalkd to store its bin logs. Beanstalkd will create
the actual binglogs itself, e.g. on my instance I have

-b /path/

and in that directory I currently have lots of files like:

-r-------- 1 root root 10485545 2010-10-12 16:02 binlog.96
-r-------- 1 root root 10485730 2010-10-13 21:20 binlog.97
-r-------- 1 root root 10485702 2010-10-15 04:37 binlog.98
-r-------- 1 root root 10485555 2010-10-16 12:07 binlog.99

Running "beanstalkd -h" and seeing the description for the -b switch
indicates that it takes a directory and not an actual file.

 -b DIR   binlog directory (must be absolute path if used with -d)

/Cody

On Mon, Nov 8, 2010 at 4:36 AM, Adnan <[email protected]> wrote:
> Hi
>
> I started beanstalkd by using the following command
>
> ./sudo beanstalk start -b path/to/dir/file.txt
>
> server got started then I dump the data in queue and it gets stored, i
> find no file there as file.txt and hence no data
>
> where am I doing wrong?
>
> /A
>
> --
> You received this message because you are subscribed to the Google Groups 
> "beanstalk-talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/beanstalk-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.

Reply via email to