You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
rucksack dedupe: alias for --dd-type exact
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: