@penguin42 Quite.
So at the moment I do this:
* plug in the USB cable between my laptop and phone;
* The phone asks if I want to transfer data and I click "OK";
* On the laptop I cd to the appropriate directory for the backup;
* I issue an rsync command that looks like this:
$ rsync -avc \
'/run/user/1001/gvfs/'$( ls /run/user/1001/gvfs )'/Internal'*'storage/' \
BackupDir
Then I'm done.
I'd like to do more-or-less exactly this, but wirelessly.
People talk about KDEConnect and GSConnect, and I've tried install them on my phone and my laptop, but no command on the laptop seems to then do anything. Or even be there.
Colour me frustrated.