Hi, this script only deletes files that are marked as deleted. So it might be that users have old histories and this data will not be removed. For you account and the used-space. Please go to your admin section, to users, your user-name and there should be an option to recalculate the disc-usage for your user. Hope this helps, Bjoern Am 03.01.2017 um 16:41 schrieb McCully, Dwayne (NIH/NIAMS) [C]:
Hello Everyone,
I have datasets that go back over a year in the files/000 directory but running the following script does not delete the datasets.
Also, my account says I have 59 GB used and can’t figure out where it’s getting that number. I have almost everything deleted
in my Galaxy account.
galaxy_clean.sh
#!/bin/sh -x
/home/niamsgalaxy/galaxy/scripts/cleanup_datasets/delete_userless_histories.sh
/home/niamsgalaxy/galaxy/scripts/cleanup_datasets/purge_histories.sh
/home/niamsgalaxy/galaxy/scripts/cleanup_datasets/purge_libraries.sh
/home/niamsgalaxy/galaxy/scripts/cleanup_datasets/purge_folders.sh
/home/niamsgalaxy/galaxy/scripts/cleanup_datasets/delete_datasets.sh
/home/niamsgalaxy/galaxy/scripts/cleanup_datasets/purge_datasets.sh
Exit
Any information on this issue would be appreciated.
Dwayne
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/