Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hengtsechou/backup-iphone-photos.sh

simple script to backup iphone photo and reorganize them by date
https://github.com/hengtsechou/backup-iphone-photos.sh

Last synced: 9 days ago
JSON representation

simple script to backup iphone photo and reorganize them by date

Awesome Lists containing this project

README

        

# iPhone photo backup script

This is a simple script that utilize rsync to backup your photos from iPhone to your local disk, and organize them into YYYY-MM folders. What's more, it remembers where you finish and will skip those that are fully synchronized the next time you run this script.

First, mount your iPhone (follow [this guide](https://itsfoss.com/iphone-antergos-linux/) if you not sure how to).

Then simply just run, for example,

```
./backup-iphone-photos.sh ~/iPhone/DCIM ~/Pictures/phoneBackup
```