I’ve identified most replacements apps to use on my pixel 10. The thing holding up my switch to graphene is photo storage and phone backups. I plan to use the app immich but where do you actually store your photos and back up your phone?
I’ve identified most replacements apps to use on my pixel 10. The thing holding up my switch to graphene is photo storage and phone backups. I plan to use the app immich but where do you actually store your photos and back up your phone?
rsync to my laptop, which is periodically imaged to a couple of external disks, one of which sits under a fake plant at work when not actively used.
On Debian, I install
android-file-transfer, mount my phone manually withaft-mtp-mount ~/androidmount, then runrsync -a --progress '/mnt/android/Internal Shared Storage' '/path/to/backup'If the Android folder is too much trouble, you can also run
rsync -a --progress --exclude 'Android/' '/mnt/android/Internal Shared Storage' '/path/to/backup'