stk2 - 2006-11-10

My sbackup let me down all of a sudden (not sure if it was after update to edgy).
When started manually, it creates the directory, writes only the "ver"-file into it, this process is repeated a few times.

The output is:

I: Securing permissions at: [freshly created directory]
W: Unknown or incomplete directory format at:  [freshly created directory]
I: Securing permissions at: [freshly created directory]
W: Unknown or incomplete directory format at:  [freshly created directory]
Traceback (most recent call last):
  File "/usr/sbin/sbackupd", line 514, in ?
    btree_r_add( adir )
  File "/usr/sbin/sbackupd", line 231, in btree_r_add
    props = btree[parent]
KeyError: '[first directory to be backed up]'

Any help will be greatly appreciated,

stk2