[ ] rucksack dedupe --dd-type exact: All records that have the same exact info (name, url, password) but different dates are "joined" with oldest updates becoming the "history" (or being added to the history) of the one with the latest update ts
[ ] rucksack dedupe --dd-type updated: All records that have the name, url, type, etc., but different passwords, are sorted by date and any that are older than the most recent update get added to the history (and "deleted" as independent records)
[ ] rucksack dedupe --dd-type all: Do both, first exact and then updated types
A new command ... maybe
dedupe
:Tasks:
Features:
rucksack dedupe --dd-type exact
: All records that have the same exact info (name, url, password) but different dates are "joined" with oldest updates becoming the "history" (or being added to the history) of the one with the latest update tsrucksack dedupe --dd-type updated
: All records that have the name, url, type, etc., but different passwords, are sorted by date and any that are older than the most recent update get added to the history (and "deleted" as independent records)rucksack dedupe --dd-type all
: Do both, firstexact
and thenupdated
typesrucksack dedupe
: alias for--dd-type exact