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 find command #1136

Merged
merged 5 commits into from
Apr 30, 2024
Merged

add find command #1136

merged 5 commits into from
Apr 30, 2024

Conversation

aawsome
Copy link
Member

@aawsome aawsome commented Apr 25, 2024

Adds the new command find.
This commands allows to search for glob pattern using --glob/--iglob or given paths using --path in a list of snapshots.
It displays all finds and is able accumulate snapshots with identical search result. This allows to use this command as a history search: rustic find --path /my/path shows (only) all changes of that path.

@aawsome aawsome force-pushed the find branch 2 times, most recently from 8f6f4cc to c6b4639 Compare April 29, 2024 22:15
Copy link
Member Author

@aawsome aawsome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aawsome aawsome merged commit 6bf5069 into main Apr 30, 2024
28 checks passed
@aawsome aawsome deleted the find branch April 30, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant