in the Q&A it was mentioned/idea from @Flohack to create an backup-solution for the phones.
i tried out the manual operation handwork way. ( much typing but its seems to work )
After more and less luck i was able to find and import my bookmarks and telephone-book from
the old phone to the new-one. (Terminal App / )
##_ Bookmarks _###################
1. Export bookmarks from old device.
The bookmarks are stored in
"/home/phablet/.local/share/webbrowser-app/bookmarks.sqlite "
My usb-sticks destination-folder is mounted in
/media/phablet/my_usbstick/backup20170604/
So i fired up
phablet@ubuntu-phablet:~$ cp /home/phablet/.local/share/webbrowser-app/bookmarks.sqlite /media/phablet/my_usbstick/backup20170604/
(now the same procedure backwards)
2. Import/migrate bookmarks to new awesome Ubport-Phone
phablet@ubuntu-phablet:~$ cp /media/phablet/my_usbstick/backup20170604/bookmarks.sqlite /home/phablet/.local/share/webbrowser-app/
##_ mobile phone book _###################
3. Export mobile-phone-book from old device
The mobile-phone-book are stored in
"/home/phablet/.local/share/evolution/addressbook/system/contacts.db"
My usb-sticks destination-folder is mounted in
/media/phablet/my_usbstick/backup20170604/
So i fired up
phablet@ubuntu-phablet:~$ cp /home/phablet/.local/share/evolution/addressbook/system/contacts.db /media/phablet/my_usbstick/backup20170604/
(now the same procedure backwards)
4. Import mobile-phone-book to new awesome Ubport-Phone
phablet@ubuntu-phablet:~$ cp /media/phablet/my_usbstick/backup20170604/contacts.db /home/phablet/.local/share/evolution/addressbook/system/
5. reboot the phone
after this, the copied telephone-numbers are visible in the mobile-phone-book
############################
Another possibility by the Grapical-GUI the File-Manger/Browser-App.
are there better ways/ suggestions ? ( Ok i know @Flohacks backup-project )
Good luck everyone!