A small tool to periodically move old files into the local file system trash.
Project description
GarbageTruck
A small tool to periodically move old files into the local file system trash.
Free software: MIT license
Full documentation (including how to install): https://garbagetruck.readthedocs.io.
Features
Use GarbageTruck to build and maintain scheduled cleanup of files in various directories that tend to collect files over time. GarbageTruck will send any files older than a relative period to the local file system trash using the current user’s crontab to schedule checks for old files from cron. This makes the utility safe in that any files moved to the trash could be restored simply without worrying about immediate loss (until the trash is emptied, of course).
For example, let’s say one never cleans out their downloaded files. Here’s how to set a GarbageTruck job to periodically move files older than six months into the trash:
$ garbagetruck set --older-than '6 months' --check-every day 'Clean out old downloads' ~/Downloads/
This will set up a schedule (using cron) to look for files each day that are older than three montsh and have them moved into the correct trash (courtesy of send2trash). The details can be shown like this:
$ garbagetruck -l debug list [2016-09-03T15:55:32-0700 #31693] INFO garbagetruck Job 57d1db0a8b8427c3041ac1af89b0a348: name="Clean out old downloads" dirs=["/Users/brad/Downloads"] files_older_than="3 months" check_every="day" [2016-09-03T15:55:32-0700 #31693] DEBUG garbagetruck * 1 * * * /Users/brad/.virtualenvs/garbage_truck/bin/garbagetruck run 57d1db0a8b8427c3041ac1af89b0a348 # GarbageTruck: Clean out old downloads
Each call to the set command will replace the same named job. Alternatively, if the job is no longer useful, remove it like this:
$ garbagetruck remove 'Clean out old downloads'
To check on a job, any problems and results will be logged to one of the following locations:
OS X will use
~/Library/Logs/garbagetruck.log
.Other systems will rely on what click_app_dir returns.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2016-09-02)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file garbagetruck-0.1.0.tar.gz
.
File metadata
- Download URL: garbagetruck-0.1.0.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bec7750203a78389f6ea31959c03fe1c2ebfc678593606dac02d792afcbf27ce |
|
MD5 | 6c2b3a7ebfe0aa9a681ff85f71ce1ada |
|
BLAKE2b-256 | 09dbc76b81cd64a229b05ba91004dddef8259ca231d4e032b92b61cd7e7a529c |
File details
Details for the file garbagetruck-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: garbagetruck-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae7c33eba4b00c409420f6540ab9bf7da8e21c058a6516c61ec574c49c72fbde |
|
MD5 | c554055ace4c0f821e4568a23efeea33 |
|
BLAKE2b-256 | f1111f4964a43e2fd6b97244bf886b2a890dd57ccd2c1d22de3da8d92e2eba17 |