There are solutions like ente and immich but I think they both are pretty overkill for my use case. I almost never look through my old photos so I don’t need an app and a web UI or whatever. The face detection thing does not entice me either. I don’t need encryption either.
Is there a simpler solution for this? I am thinking of just writing a script that syncs the camera folder using adb or something like that. But before I create a jank monstrosity I thought it would be better to ask around.
Just configure it to only run while plugged to the wall, so you’re not surprised by the rare bug of it randomly turning your phone into a pocket warmer.
I use Syncthing-fork (fdroid). It lets you set you granular per folder settings like only sync on home WiFi.
This. Simplest solution. I’ve had mine setup this way for a few years.
Huh, I’ve had it run on battery for years, is there some serious bug with that? I don’t have it run on cellular data or in battery saver mode though.
I had it initially setup to run on Wi-Fi too, battery or charging.
Then I had my battery drain to 30-40% during afternoons, when I’m used to reaching evenings above 60%. Check app usage on settings: Syncthing.
Since I use it mostly for backing up photos, I found it better to enable it only when charging.
https://github.com/newhinton/Round-Sync. Not in any app store and have to download and install from GitHub.
It is an Android wrapper around
rsyncrclone.Setup a remote, setup tasks, and setup triggers. Mine syncs every night. It supports encrypting with your own keys. Large number of remotes supported from self-hosted to cloud.
That looks neat and useful. <nitpick mode on> It is an Android wrapper around rclone not rsync.<nitpick mode off> Thanks for sharing.
You are correct, fixed!
WOW man this is just incredible. I had actually finished setting up syncthing and syncing with it but this is just so much smoother. Syncthing is nice but it has some weirdness. Like this app’s “copy local to remote” (instead of sync) is hidden in advanced configuration while it seems like a useful use case to be.
Yeah I don’t want locally deleted media (to free up space) to sync those deletions to my remote.
My crypted remotes wrap a B2 Backblaze one which doesn’t delete, just hides. Periodically I go clean it up.
Just use KDE Connect for that.
I went the jank monstrosity path. Well, a few scripts anyway.
I use an app called SimpleSSHD on the phone that lets me ssh in. Then rsync to transfer files. The script to sync pictures is like this:
# file 'droidip' contains the local wifi ip of the phone. dip=$(cat droidip) rsync --append-verify --progress -avz -e "ssh -p 2222" root@$dip:/sdcard/DCIM/Camera newphonepix
Truthfully it was as much about learning rsync as anything, and now I’m sticking with it because momentum I guess. adb is way faster if you really need to move a lot of files.
If you have a network share available on your LAN, you might want to try the FolderSync App. It can make your phone sync its photos every time you’re in your WiFi and plugged into the charger.
Alternatively, if you have NextCloud, the NextCloud App can do that for you.
Foldersync pro has worked flawlessly for me for over a decade. At first I just used samba on my LAN and it would sync at night but then I spun up new and more services and it supports most all of them. I highly recommend.
I have SMBsync2 copy over any photos older than 30 days to a location on my local network.
Its free, doesn’t run in the background and requires very little setup
I’m not sure if it’s open source but I’ve used SmBsync2 for years and it has every option imaginable.