From: Edwin H. <ed...@co...> - 2003-02-06 04:39:56
|
[ Dav...@cs... wrote: ] > I have manged to install flexbackup successfully in the sense that I can > get archiving to work using tar. However when I go to extract the backup I > get the following error. > > Errors: > Can't tie DB /var/lib/flexbackup/index: Permission denied > ---------------------------------------------------------------------- By chance did you run the backup as root but are running the extraction as a normal user? It doesn't actually *need* to tie to the db for extraction or listing (I should fix it so it doesn't try, actually). Anyway, you can try this: flexbackup -d indexes=false -extract <file> (or set $indexes='false' in the config) -- Edwin Huffstutler Linux - because reboots are for hardware changes ed...@co... GnuPG Key ID: AE782DC9 |