Skip to main content

A small tool to periodically move old files into the local file system trash.

Project description

GarbageTruck

https://img.shields.io/pypi/v/garbagetruck.svg https://img.shields.io/travis/bradrf/garbagetruck.svg Documentation Status Updates

A small tool to periodically move old files into the local file system trash.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

garbagetruck-0.1.0.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

garbagetruck-0.1.0-py2.py3-none-any.whl (9.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file garbagetruck-0.1.0.tar.gz.

File metadata

File hashes

Hashes for garbagetruck-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bec7750203a78389f6ea31959c03fe1c2ebfc678593606dac02d792afcbf27ce
MD5 6c2b3a7ebfe0aa9a681ff85f71ce1ada
BLAKE2b-256 09dbc76b81cd64a229b05ba91004dddef8259ca231d4e032b92b61cd7e7a529c

See more details on using hashes here.

File details

Details for the file garbagetruck-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for garbagetruck-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ae7c33eba4b00c409420f6540ab9bf7da8e21c058a6516c61ec574c49c72fbde
MD5 c554055ace4c0f821e4568a23efeea33
BLAKE2b-256 f1111f4964a43e2fd6b97244bf886b2a890dd57ccd2c1d22de3da8d92e2eba17

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page