mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-26 01:15:58 +03:00
[GH-ISSUE #154] Duplicate call log entries and SMS backups due to app or email changes #131
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @endolith on GitHub (Mar 29, 2011).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/154
I have lots of duplicate call logs, like this:
13s (00:00:13)
1234567890 (outgoing call)
13s
1234567890
with the same date and time, presumably created by different versions of the app?
I also have duplicate SMS backups, where one will be saved under a phone number subject line and the other will be saved with a name subject line, after I've added their name to my address book. Is there any way the program could delete the older duplicates when backing up the newer ones?
@jddcef commented on GitHub (Dec 18, 2011):
When backing up the second time did you say Backup ALL or ignore the current one's to backup?
@endolith commented on GitHub (Jan 2, 2012):
I don't know what you mean by that. "Items per backup" is set to "All".
@jddcef commented on GitHub (Jan 3, 2012):
It asked me if I want to only backup from where I last backed up or everything.
@jberkel commented on GitHub (Jan 3, 2012):
the last backup flag got probably reset, so it backed up old messages again. there's no deduplication in the app, i wrote an external dedup (https://github.com/jberkel/sms-backup-plus/blob/master/contrib/dedup.py) however haven't used it an while and it's potentially dangerous :)