this post was submitted on 15 Jul 2025
32 points (88.1% liked)

Linux

56460 readers
579 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
32
submitted 2 days ago* (last edited 1 day ago) by Mongostein@lemmy.ca to c/linux@lemmy.ml
 

I’m wondering if anyone has any experience with this?

https://snapcraft.io/icloud-for-linux

I’m working on transitioning to Linux from Mac pretty casually and I’ll still be using this iPhone til it’s dead. So I’m figuring out solutions to my current computer-usage before I switch my main machine. I’d like to maintain some interoperability between my phone and desktop computer so this has me intrigued.

Is it well-maintained? Trustworthy? Easy to use?

I have an old Thinkpad T420 I’m testing stuff on before I take the plunge but I figured I’d ask before giving it my credentials.

Edit: thanks so much for all the advice. I’m going to try a couple different ways to do it and see what I like :)

you are viewing a single comment's thread
view the rest of the comments
[–] vhstape@lemmy.sdf.org 9 points 2 days ago (1 children)

This package is essentially comprised of web apps which open in their own windows. It will not have the deep system integration that you may be used to on native MacOS. You could use this, or you could use iCloud in your browser like one might do with GSuite

[–] Mongostein@lemmy.ca 3 points 2 days ago (5 children)

Ah ok, thanks

I suppose the biggest thing I’m looking for a solution for is photos.

I have my phone to set up to sync to iCloud, which then automatically download to my desktop, which is then automatically backs up via Time Machine.

How could I transition this behaviour to Linux keeping in mind I’ll be using an iPhone for at least another 3 years?

[–] Cricket@lemmy.zip 3 points 2 days ago (2 children)

You could also restructure your workflow slightly. Instead of downloading from iCloud, there are good options to sync directly from your phone to your PC. I use an app called PhotoSync. It allows you wirelessly offload photos from phone to PC at the touch of a button, or even automatically, I believe. It's a one-time purchase too, not subscription. It also supports Linux targets via open protocols.

[–] unixcat@lemmy.world 2 points 21 hours ago (1 children)

Syncthing is open source, so I’d personally prefer it. https://github.com/pixelspark/sushitrain is an iOS client written in native Swift.

[–] Cricket@lemmy.zip 1 points 20 hours ago

Good to know, thanks. I had heard of syncthing but didnt realize there were ios clients.

[–] Mongostein@lemmy.ca 2 points 1 day ago

Cool I’ll check this out

[–] 0xtero@beehaw.org 2 points 2 days ago

Use Ente photos

[–] witness_me@lemmy.ml 1 points 2 days ago* (last edited 2 days ago)

I have a Synology NAS (from 3 years ago). My photos are synced from my iPhone via the Synology photos application and can be accessed from my Linux desktop via nfs.

I found alternatives for almost everything except Apple Music. I just connect my phone via Bluetooth nowadays to play music at a higher bitrate than what Apple allows via browser. Wish they would build an official client.

[–] Vittelius@feddit.org 1 points 2 days ago

You could replicate this workflow by replacing iCloud with Nextcloud and Time Machine with Timeshift.

The iOS app for Nextcloud allows the automatic upload of photos, you just need an account with a Nextcloud provider (or just host your own instance).

Timeshift is preinstalled on a bunch of distros, including Linux Mint, and can be installed on all other major ones. See https://github.com/linuxmint/timeshift for details.

[–] smeg@feddit.uk 1 points 2 days ago

If you're comfortable with scripting CLI tools then rclone seems to support icloud, you can use it to sync everything to a local directory which you can then backup however you like