https://github.com/die4ever/disk-cleanup
https://github.com/die4ever/disk-cleanup
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/die4ever/disk-cleanup
- Owner: Die4Ever
- License: agpl-3.0
- Created: 2022-09-18T22:47:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:30:00.000Z (about 1 year ago)
- Last Synced: 2025-02-09T03:22:38.223Z (4 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# disk-cleanup
example crontab
```
0 0 1 * * mv -f ~/purgatory/cleanup.log.txt ~/purgatory/old.cleanup.log.txt
0 * * * * python3 ~/disk-cleanup/diskcleanup.py >> ~/purgatory/cleanup.log.txt
```