Skip to main content

Simple utility to clear old files from specified folder

Project description

Remove old files

remove-old-files is simple utility to clear folder for example with daily database dumps and leave only 3 newest.

remove-old-files --help
usage: remove-old-files [-h] -x REMOVE_OLDER_THAN [-o] [-m FILE_MASK] [-d] folder

Removing files from folder which have modify file date older than X days.

positional arguments:
  folder                Directory where are files to be removed located.

optional arguments:
  -h, --help            show this help message and exit
  -x REMOVE_OLDER_THAN, --older-than REMOVE_OLDER_THAN
                        Remove files older than X (s)econds/(m)inutes/(h)ours/(D)ays. Example: 3D for 3 days.
  -o, --only-if-newer   Remevove older files than X smhD only if there are any newer files found.
  -m FILE_MASK, --file-mask FILE_MASK
                        Regexp matching filenames for removing. Example: ".*-db-dump-.*"
  -d, --dry-run         Dry run, withouth removing files.

Example how to leave only 3 days old dumps

remove-old-files -x 3D -o /dumps

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

remove-old-files-1.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

remove_old_files-1.0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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