Python Forum
a future project for some day
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a future project for some day
#7
(Apr-23-2018, 06:39 AM)Gribouillis Wrote:
(Apr-23-2018, 06:14 AM)Skaperen Wrote: it has no option to hardlink duplicates though it does have an option to delete duplicates
You could use it as an external command to locate the duplicates, it is quite fast.

i still am inclined to make my own. i can boost the speed by doing only a partial checksum to begin with. the vast majority of files that are not identical have some difference very early on. also, i have had cases where i did not want to consider files to be identical (for hardlinking) unless they also have identical timestamps (i had this option on my C version).

if the first N bytes are not the same, no further checksumming is needed unless another file of the same size has the first N bytes the same (in which case i increase N and retry).

have you ever used fdupes? i'm playing around with it right now on a cloud instance that has a backup copy of my music collection, which has a lot of duplicate paths.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
a future project for some day - by Skaperen - Apr-22-2018, 03:40 AM
RE: a future project for some day - by ljmetzger - Apr-22-2018, 01:49 PM
RE: a future project for some day - by Gribouillis - Apr-22-2018, 02:12 PM
RE: a future project for some day - by Skaperen - Apr-23-2018, 02:52 AM
RE: a future project for some day - by Skaperen - Apr-23-2018, 06:14 AM
RE: a future project for some day - by Gribouillis - Apr-23-2018, 06:39 AM
RE: a future project for some day - by Skaperen - Apr-24-2018, 02:10 AM
RE: a future project for some day - by Skaperen - Apr-24-2018, 03:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PEP 572 and Future svetlanarosemond 8 5,593 Jul-16-2018, 08:40 PM
Last Post: micseydel
  a future project: hardlink identical files Skaperen 4 4,106 Dec-18-2017, 03:38 AM
Last Post: Skaperen
  a future project: recursive file list Skaperen 0 2,310 Dec-14-2017, 03:55 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020