Is it technically possible to somehow perform backups of other than main profile using a PC terminal?
From what I can see, adb is able to access filesystem of the main (Admin) profile only, and even though I am able to switch users using "adb am switch-user User_ID", the only filesystem available is one belonging to admin (which is understandable, as adb server is running from the admin context).
Thanks.