Live data from Hacker News

I built an app to backup Live Photos from iPhone to external hard drives

news.ycombinator.com

11–20 of 58 posts

Re: I built an app to backup Live Photos from iPhone to external hard drives

#11
post #8
post #7

I just use rsync, works great

Would you explain how you are using rsync to backup photos on an iPhone ? I'm not aware of an iOS app named "rsync" and ... presumably you don't have a shell ... ?

You can load the IPhone’s pictures on Linux using the folders namespace and then rsync from the loaded namespace to /local…

Re: I built an app to backup Live Photos from iPhone to external hard drives

#13
post #8

Earlier quoted context omitted.

Would you explain how you are using rsync to backup photos on an iPhone ? I'm not aware of an iOS app named "rsync" and ... presumably you don't have a shell ... ?

You can load the IPhone’s pictures on Linux using the folders namespace and then rsync from the loaded namespace to /local…

I use a usb cable and a Linux laptop to copy to a couple of external hard drives (which I store separately). It’s all manual but not too orrenous although i ought backup more often. The biggest hassle is accessing the new heic format on pretty much everything.

Could it all be made into a sd card image for a pi zero perhaps? Even with a web ui accessible over Wi-Fi? A basic cheap sync-cable-appliance that non-techies can easily use?

Re: I built an app to backup Live Photos from iPhone to external hard drives

#18
post #2

Where is the link? How can iPhone backup directly to an external hard drive?

Plug it in to the USB port on the phone. iPhone Pro can transfer at up to 20 Gbps but the non-pro models are much slower.

The iPhone camera can also shoot directly to an attached SSD.

Re: I built an app to backup Live Photos from iPhone to external hard drives

#19
post #8

Earlier quoted context omitted.

Would you explain how you are using rsync to backup photos on an iPhone ? I'm not aware of an iOS app named "rsync" and ... presumably you don't have a shell ... ?

You can load the IPhone’s pictures on Linux using the folders namespace and then rsync from the loaded namespace to /local…

But does it work for Live Photos which is the main premise of this app?
Post reply on HN