Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 428 words in the discussion.

Trending Topics

#phone#backup#device#app#folder#data#photos#process#every#used

Discussion (12 Comments)Read Original on HackerNews

serious_angelabout 3 hours ago
These folder artworks, at the header, are freaking awesome!

If no AI was in use for its creation process, I do so wholeheartedly hope, then every single folder features ideas/message in quite genius attitudes, I believe, and the whole work deserves a physical frame!

eru27 minutes ago
> If no AI was in use for its creation process, I do so wholeheartedly hope, then every single folder features ideas/message in quite genius attitudes, I believe, and the whole work deserves a physical frame!

And if AI was used, that would decrease your enjoyment?

You might be better off never looking too deeply into how the sausage is made.

sanjitabout 3 hours ago
Illustration by Carolina Moscoso (https://carolina-moscoso.com/)

The illustrator credits are easier to see in print, easy to miss in this story.

serious_angelabout 2 hours ago
I see! Such a huge... huge.. relief... oh dear gracious sakes...

Art... love still exists! Thank you, dear sanjit, Carolina Moscoso, and Julian Lucas at NewYorker for the ineffably magnificent art... miracles you do...

edoceoabout 2 hours ago
On the subject...of anyone has good recommendations on getting phone data off the device as soon as possible to my own system would be cool.

I'm on immich; photos are my most important.

Haven't found something to offload the on device files - like saved attachments from texts.

m463about 2 hours ago
I backup my iphones to linux using libimobiledevice

the commands I use are:

see if phone is connected:

  lsusb
1) backup entire* device to filesystem:

  idevicebackup2 backup <backup-dir>
2) backup photos/other data:

  ifuse mount -o allow_other /mnt
  rsync -av /mnt <out-dir>
command 1 will create an entire backup of the device, but in a wierd apple format. It can be restored to a clean device though.

command 2 will create a directory containing most of the phone data in an understanable format. for example photos will be in <out-dir>/DCIM, for example DCIM/100APPLE/IMG_0170.HEIC

*: what apple allows you to back up. for example, if you have the kindle app on your phone, neither the app itself, or the kindle books will be backed up. If you restore the backup, you will have to re-download the kindle app, and re-download the book files.

theK17 minutes ago
How much user interaction is needed in the phone to make this happen nowadays? I havent used libimobiledevice in ages but I can remember that nm the past in order to get everything your phone would need to request an icloud backup (as most data lived there and not on the device back then) and often the process would just stall if the phone fell asleep.

The lack of selfhosting support on iPhones is the main reason why I'm on android.

Sarkyabout 2 hours ago
Syncthing is the only app i need for syncing files to home computer. No clouds, just your phone and computer (or computers).
neumannabout 1 hour ago
+1

I have multiple syncthings between phone and home nas:

- Photos (immich on server/mobile). I use master on phone, so immich don't delete on phone, and then rotate my folders out of syncthing directory and then clean my on device camera photo every few months

- Notes: (Obsidian on server/mobile). flawless

- SyncFolder: random folder to move between the two.

ozruxoabout 2 hours ago
For my self and my android, SMB protocol and app Cx File Explorer.
gblargg7 minutes ago
I've used SimpleSSHD on Android across many versions. Lets me mount phone over Wi-Fi using sshfs, so it acts like a normal local filesystem.
AnonCabout 2 hours ago