Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for excluding subdirectories #243

Open
atc0005 opened this issue Apr 27, 2020 · 2 comments
Open

Add support for excluding subdirectories #243

atc0005 opened this issue Apr 27, 2020 · 2 comments
Assignees
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Apr 27, 2020

Scenario:

  1. Recursively process items in /var/log/ older than 30 days
  2. Exclude /var/log/mail/ directory since those are rotating properly (as all log files should be) and they're kept 60 days (just an example number)

I should be able to use an options such as --exclude /var/log/mail --path /var/log/ --recurse to get this effect.

@atc0005 atc0005 added this to the Future milestone Apr 27, 2020
@atc0005 atc0005 self-assigned this Apr 27, 2020
@atc0005
Copy link
Owner Author

atc0005 commented Apr 27, 2020

Note: This is likely a duplicate, but filing it quickly just in case it isn't.

@atc0005 atc0005 pinned this issue Apr 29, 2020
@atc0005 atc0005 unpinned this issue Aug 1, 2020
@atc0005 atc0005 modified the milestones: Future, Next Release Mar 16, 2021
@atc0005
Copy link
Owner Author

atc0005 commented Mar 16, 2021

This would have been a lot easier to work in after refactoring configuration handling to match recent projects, but I'm optimistic that I can work it in within the current design.

@atc0005 atc0005 modified the milestones: Next Release, Future Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant