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

Option to skip files with different attributes #123

Open
vanschelven opened this issue Oct 20, 2022 · 0 comments · May be fixed by #155 or robfrawley/rdfind#2
Open

Option to skip files with different attributes #123

vanschelven opened this issue Oct 20, 2022 · 0 comments · May be fixed by #155 or robfrawley/rdfind#2

Comments

@vanschelven
Copy link

vanschelven commented Oct 20, 2022

It would be nice if there were an option to skip files which have different attributes, e.g. permissions, owner/group, date/time. Potentially even with separate command-line arguments for each of these.

The reason would be: when rdfind is used with -makehardlinks, such information is lost, because the information is contained in the inode, and only a single inode remains after pointing the various files to a single inode. This may not always be what you want.

Personally, I'm using rdfind together with rsync in a backup-with-snapshots setup; in that scenario it is a problem that rsync detects changes when files that have been marked by rdfind as duplicates (and folded into a single inode) have different modification dates than the files on the source system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant