Best Way to Sync a Folder to my Phone from PC

Spendies@lemmy.world to Android@lemdro.id – 32 points –

What's the best way to sync a folder from my windows pc to my android phone in 2023?

32

Syncthing. Easy to use, easy to understand.

New to Syncthing and have been using it to sync between my 2 android devices. Is it possible to sync the same folder to a PC as well?

As far as I know there is no limit on the number of devices you can sync. So yes it is possible to sync a folder on multiple devices and not only 2.

I can confirm this is possible. In the past I had a folder synced between my android phone, android tablet, and windows PC.

The only issue is you need a full mesh sync unless I set something up wrong.

You don't need every device to be able to talk to every device. As long as devices don't become isolated, changes are eventually propagated to all copies, even if not all in one step.

And having a central node as an introducer makes all devices connect to each other effortlessly.

You can do multi-way sync, and many things sharing the same sync folder. Can make conflicts a bit painful to sort out though

1 more...

Syncthing is great once you have it working. It's not the most intuitive application though. SyncTrayzor helps a lot for pc usage

SyncTrayzor

Looks like you meant "SyncTrayzor".
I've considered SyncThing before but it looked very fiddly. SyncTrayzor should be very helpful.

Syncthing all the way. Once setup and forget.

I have it sync to pc, other android devices and Nas. I have also synced my Dropbox to phone

I use Resilio Sync, its been a great tool for me.

Same. The free version is sufficient. I use it to transfer the full resolution photos and videos from the phone to two computers. Syncthing is also good.

I use Autosync (Android devices --> Google Drive) and Google Drive's desktop app. Works perfectly for me.

You can set it up for a single folder if you like (I keep about 5 folders synced).

I am trying to do this with my nextcloud, any idea? (For my phone to download automarically the new version of a file)

Eigentlich sollte das Funktionieren, wenn du im three-dot Menü den punkt synchronisieren anwählst 👍

The comment being in German but the language being set to English made me laugh

whaaaaat?

Sorry, I was on autopilot 😂

If you select "Sync" or smth similar in the three-dot-menu on the file or folder, it should be synced between your device and the cloud

As others have said it would havetio be SyncThing. I'm sure other solutions exist but it's remarkably easy.

I don't do Windows, but I happily sync directories between my Android phones and my Linux PCs (especially a cloud server I lease) with rsync over ssh within Termux.

If you can set up an rsync server on Windows that should work. Besides actually implementing robust and efficient sync, rsync is also smart about platform differences.

For the specific case of Windows to Android, I've heard of people scripting up tools to shove all the contents of a directory over adb push.