X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdatabase_cleanup.sh;h=4a37bba767035d74882143d15494fa0e34479dab;hb=83543fd906ac428c01815a04d78d6a17e23eea31;hp=850dc181d865b2be6c1eb95470490b25526c2c56;hpb=b4057d567a5a15e17b5ffc89ea31b372b0c2f5e1;p=citadel.git diff --git a/citadel/database_cleanup.sh b/citadel/database_cleanup.sh index 850dc181d..4a37bba76 100755 --- a/citadel/database_cleanup.sh +++ b/citadel/database_cleanup.sh @@ -37,6 +37,10 @@ WARNING #3: Please try "db_recover -c" from the data/ directory first. Use this tool only if that one fails to fix your problem. +WARNING #4: + You must have an amount of free space on your disk that is at least twice + the size of your database. + ! echo -n "Do you want to continue? " @@ -52,7 +56,7 @@ case "$yesno" in exit esac -for x in 00 01 02 03 04 05 06 07 08 09 +for x in 00 01 02 03 04 05 06 07 08 09 0a do filename=cdb.$x echo Dumping $filename