this post was submitted on 01 Apr 2024
139 points (98.6% liked)
Privacy
31815 readers
448 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Between all these replies, I have to say I'm a little jealous. And I might have to look into making a SyncThing dedicated "server" on my home network using YunoHost, a thing that (IIRC) wouldn't require exposing to the Internet because SyncThing will also happily run across volunteer-run relays.
By any chance, have you had any success with a unidirectional sync between your phone and your computer, where it's possible to delete old photos on your phone to save space without worrying about them being deleted on the computer side? (This issue really only crops up for me when I'm already far away from a computer, BTW.)
By default, the built in Photos sync job works as you describe. It essentially just has the "Backup" flag set (send, ignore remote deletes set on both ends). Even manually configuring that (send/no delete) in a job works fine for me.
I don't use that job because I like to use my computer to manage photos (all files really) on my phone. So I have numerous 2-way jobs, so I can move files around on my server, and those changes get reflected back to the phone. (There are a couple send-only jobs for other things).
My storage has a folder structure for users that reflects the folder structure on a phone:
Users//Phone
SD_Internal
SD_External
The sync jobs then keep those folders in sync in their respective phone structure. Makes it easier to manage a phone, especially when I switch phones, just export the config from the old phone, install ST, import the config, and my files all come back.
I also configure versioning on each folder based on what it does. Most folders have no versioning, important stuff gets a 30 day trash can (for example, on my "server", for photos).
I currently run SyncTrayzor on a Windows desktop that's always on, so any pics I take with my phone get synced nearly instantly. I'm currently moving ST to a Linux Container on a new Proxmox server. There's a container available from Turnkey (think it's turnkeylinux.org)