Hi all,
Still having issues "removing" bitstreams from the assetstore.
Tried two things:
1) Went to the Item,
went to edit,
"Removed" the bitstream,
then expunged the item ID containing the bitstream,
ran ./cleanup on the server.
- The folder structure and file still exists in the assetstore.
(Although it's not in the postgres tables anymore)
2) Went to a different Item,
went to edit,
expunged the item ID containing the bitstream, (didn't remove the
bitstream first)
ran ./cleanup
- The folder structure and file still exists in the assetstore.
(Although it's not in the postgres tables anymore)
Nothing I do seems to actually "remove" the items submitted.
These are "tests" and I'd like to get the space back as they are quite
large.
Where do I look to try and discern what's going on.
Does this work from the collections level only?
Thanks in advance.
Tansley, Robert wrote:
>> I have withdrawn(and expunged) ALL of my test communities and
>> Collections.
>> Organizing the archivists to "build" their space.
>> However - "old" documents, images etc...still exist in the
>> ../dspace/assetstore.
> In order to actually delete files, the 'cleanup' script (by default,
> /dspace/bin/cleanup) should be run. This should clear out the 'deleted'
> files. If desired, this can be configured to run automatically every
> night, weekend, month etc. as a 'cron' job on Unix/Linux or a Scheduled
> Task on Windows XP.