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

Select files based on modification time #12

Open
sundowndev opened this issue Dec 22, 2022 · 0 comments
Open

Select files based on modification time #12

sundowndev opened this issue Dec 22, 2022 · 0 comments
Labels
feature request New feature or request need-triage

Comments

@sundowndev
Copy link
Owner

sundowndev commented Dec 22, 2022

When dealing with a huge number of log files, it can be nice to be able to only read or overwrite relevant files. Files that weren't modified after a date (say, the date the machine was compromised), are not useful to overwrite because the logs have nothing to do with the event. This would increase performances and prevent to deal with permission issues as well.

Example

# Files with a last modified date prior to Dec 24, 2022 will be ignored
$ covermyass --from-date 2022-12-24
@sundowndev sundowndev added the feature request New feature or request label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request need-triage
Projects
None yet
Development

No branches or pull requests

1 participant