[Box Backup] restore problems
Ben Summers
boxbackup@fluffy.co.uk
Mon, 4 Jul 2005 21:09:51 +0100
On 1 Jul 2005, at 12:23, Nathan Van Overloop wrote:
>> How much disc space have you got free on the partition?
>>
>
> 32GB on a UDF file system
So running out of disc space is unlikely to be a problem.
>
>> This is fine, expected if you have renamed directories or files.
>>
>
> That is quite possible. I already figured out that wasn't a
> problem. By renamed you main on the client I suppose?
Yes, on the client. bbackupd then sends a rename command, which
doesn't change the directory ID in the files.
Can you try a debug version of bbackupquery? To build and run it do
cd bin/bbackupquery
make
cd ../../debug/bin/bbackupquery
./bbackupquery
and then see if it says anything more exciting.
Ben