[Box Backup] Problems moving the store location
Stefan Norlin
boxbackup@fluffy.co.uk
Thu, 21 Dec 2006 15:03:30 +0100
It seems to work fine when the HAVE_VALID_DIRENT_D_TYPE
is unset, but I need to unset it "manually".
However, I ran into one more small thing on line 295 in
lib/backupstore/BackupStoreCheck.cpp
maxDir = CheckObjectsScanDir(0, 1, mStoreRoot);
should be
maxDir = CheckObjectsScanDir(0, 1, start);
right?
My directory ended with "/" and the resize makes no sense
unless "start" is used instead of "mStoreRoot".
With that change all acounts check out ok. :)
Stefan