Fabian Peter Hammerle c2e7a6b4b1 Merge branch 'travis-python3.4' | 5 years ago | |
---|---|---|
free_disk | 5 years ago | |
tests | 5 years ago | |
.pylintrc | 5 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 5 years ago | |
Pipfile | 5 years ago | |
Pipfile.lock | 5 years ago | |
README.md | 5 years ago | |
setup.py | 5 years ago |
Delete file with the oldest modification date
until a minimum of --free-bytes
are available on the respective disk.
pip3 install --user --upgrade free-disk
free-disk --help
free-disk --free-bytes 1GiB /dir/to/cleanup
free-disk --debug --free-bytes 2GB /dir/to/cleanup
pip3 install --user pipenv
git clone https://github.com/fphammerle/free-disk.git
cd freesurfer-volume-reader
pipenv run pylint free_disk
pipenv run pytest