Not if you use a Hurricane Electric tunnel for ipv6 transit. My ISP hands out V6 addresses and I still use HE so I get a stable, globally routable /48 that moves with me (I had to switch ISPs recently and I just had to update my tunnel and everything just worked).
zaphod
Lol, they're not? THIS WOULD BE YELLING AT YOU. This is me calmly explaining that "running for profit" and "running at a profit" isn't the same thing.
No it doesn't.
Syncthing only needs to remember the current state of the files/folders it's syncing. Not everything it's every sync'd.
It does that by either periodically scanning the filesystem to look for changes since it last scanned (based on the file creation and modification dates that are stored in the filesystem), or it registers with the operating system to receive events when files are created, modified, or deleted.
When Syncthing notices a create, update, or delete, it pushes those changes to the receiver and then updates it's record of the filesystem state accordingly.
It also pushes whole files, not deltas. So it doesn't care how the files changed, only that they did.
Even with hundreds of thousands of files to sync this is a relatively small amount of state as it's just file paths and their create/modify dates.
The client on the sender side (the phone) knows it sent the file. It doesn't care if the receiver side changed or deleted it. It sent the file. Its job is done. That's why the mode is called "Send Only".
Meanwhile the client on the receiver side (my NAS) never pushes changes back. It only responds to received sync instructions. That why the mode is called "Receive Only".
It's... all pretty simple. Not sure where the confusion lies?
Again, Syncthing supports one-way sync so allowing paperless to delete them and having that delete sync back to the phone is entirely optional.
That'd exactly what you want! When the file initially lands in the sync folder, Syncthing sends it to paperless. Paperless ingests it, deletes it, and it disappears from my phone, now stored in paperless. Exactly what I need.
If I wanted the files to stay on the phone I'd set up the phone as Send Only and the paperless side as Recieved Only.
If those are deal breakers for you, that's fine. Most of the apps on my phone aren't open source and I already accept my phone is a device I don't control. I focus on running open infra and controlling my data, and don't worry as much about the phone save for a few key items (e.g. password management).
And, frankly, as far as user experience and featureset goes, Symfonium is second to few or none, at least IMO.
Hate to be that guy shilling for other projects but if you're in the market, Symfonium is also worth looking at. Hands down one of the best subsonic (among other things) compatible clients available for Android, updated very frequently with a developer who's very responsive.
Echoing other comments, my backup strategy for all our devices is: Syncthing to replicate data to my NAS, restic to generate encrypted backups, and then cron+rclone to offsite those backups to Google Drive.
I absolutely love this setup.
-
It works anywhere. Syncthing takes care of firewall punching and all that so whether I'm at home or on the road, I know the data is being replicated correctly.
-
It's immediate. Syncthing doesn't run on some schedule. It's constantly replicating so I know at minimum there's a copy of all my data if something catastrophic happens.
-
It's private, encrypted, and entirely in my control.
-
The setup is built of composable parts that can each be understood, modified, and debugged easily.
Normally I'm a little cautious about rolling my own infrastructure for something critical like backups, but this setup is so simple and robust that I just don't worry about it.
Other use cases I've come up with:
-
I use Paperless as a DMS. It has a watch folder for automatically ingesting documents. I set up Genius Scan + Syncthing on my phone, syncing scans to the Paperless drop folder, so I can scan from my phone and automatically upload to Paperless without any additional app. Just scan and off it goes.
-
For a while I was playing Subnautica on my Steam Deck and my gaming rig. Subnautica doesn't support the Steam Cloud so I used Syncthing to replicate the save data across my gaming devices.
Not particularly weird or outlandish, but of course I also use Syncthing to replicate my keepass database across devices as well.
I also have a personal wiki of Markdown notes that I sync between my laptop and phone using Syncthing.
Oh, and I use it to replicate my Calibre library between my laptop and my calibre-web server.
Basically it's my swiss army knife of "I have data over here, I need to get that data over there" and it's amazing!
Let's not forget random pulling of content so that you can never tell if what you want is actually on any given service at any given time. This was the final straw that led me to rebuilding my own media collection.
I wonder how long it'll take before we finally collectively reject the SV ethos that size is the only metric that matters and success is only achieved via monopoly...
There was a time when Usenet and BBBses and IRC was tiny and yet people still found value through community in those places.
Maybe, and I know this is a wild idea, platforms don't have to include every human on the planet to be meaningful, relevant, or valuable.