|
2012-04-05
, 08:20
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#22
|
help guys! i want to add another sms back up but when i type the command smsbackuprestore import [filename] it processes nothing. here is the command i used
~# smsbackuprestore import meback
~# smsbackuprestore import meback
|
2012-04-05
, 08:41
|
Posts: 39 |
Thanked: 2 times |
Joined on Jun 2010
|
#23
|
|
2012-04-05
, 08:43
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#24
|
hmm,should the file (meback) exist before I import? Should the app create the file for me or I should create it?
|
2012-04-11
, 20:27
|
Posts: 21 |
Thanked: 3 times |
Joined on Nov 2011
|
#25
|
|
2012-04-11
, 20:44
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#26
|
|
2012-04-12
, 01:58
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#27
|
hi how can we merge two or more files from the backup.
during the backup i rec'd the error "the background thread has stalled" due to which the newer backups are smaller file sizes than the first backup. the new backups contain new smses and less than 1/3 of the old smses. so i want to merge these files and import them back.
thanks for your help
The Following User Says Thank You to wwwjfy For This Useful Post: | ||
|
2012-04-12
, 06:49
|
Posts: 228 |
Thanked: 100 times |
Joined on May 2010
@ Australia
|
#28
|
|
2012-04-12
, 08:44
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#29
|
If no multiline sms, you can easily run in terminal
cat 1st 2nd | sort -u -k3 -t, > new
to merge two files. (-u is for unique, -k3 is for sorting by date, -t, is for separator ,)
with multiline sms, it's much easier if you copy the files to your windows/linux/mac to process. I can provide a python script if you need
|
2012-04-12
, 14:27
|
Posts: 39 |
Thanked: 37 times |
Joined on Mar 2012
@ Beijing
|
#30
|
Thanks for the great app!!
As an earlier poster asked, is there any chance of doing the same for Notes? Is it a similar process or too involved?I would do it if I could!!
Also, so I can wipe my phone and have confidence that I can restore all my sms's as new?
The Following User Says Thank You to wwwjfy For This Useful Post: | ||
~# smsbackuprestore import meback
~# smsbackuprestore import meback