Remote backup
This evening my beautiful Xperia X attacked the pavement and ended up with a cracked screen. The phone is still working (for some definition of working), but the screen just shows vertical lines making it unusable.
My plan is to transfer my configuration and data over to a new device. I can still SSH into the phone, so is there any way to trigger a backup from the command-line? Alternatively, is there any form of VNC/RDP server I could use for this? If not, is it enough to copy the contents of the home folder over?
https://jolla.zendesk.com/hc/en-us/articles/202514138-How-to-copy-data-from-Home-to-SD-card-in-Recovery-Mode-Jolla-1-?mobile_site=true
Spam Hunter ( 2018-07-10 04:50:27 +0200 )editrsync is your best friend
juiceme ( 2018-07-10 07:12:46 +0200 )edit@Edz While the response might well give you a copy of some of your data, it will be by no means all of it.
As Jolla insist on the app data being installed separately from the users home folder, there will always be data loss following the approach described in your link.
One approach is to mount the phone using sshfs and then copy the required off to a safe location.
toner_cloud ( 2018-07-10 11:59:59 +0200 )editThat's why I posted as a comment, it wasn't meant as definitive answer.
Spam Hunter ( 2018-07-10 12:58:02 +0200 )edit@Edz, that's a useful link, thanks, and @juiceme, rsync would seem to me to be the backstop option. I was hoping it might be possible to provoke the backup utility into doing its thang. Something like
flypig ( 2018-07-10 13:57:23 +0200 )editvault --action export...
etc. etc.'?