Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hengtsechou/backup-iphone-photos.sh
- Owner: hengtseChou
- License: mit
- Created: 2024-06-03T15:35:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:15:34.000Z (6 months ago)
- Last Synced: 2024-08-05T05:31:24.757Z (6 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```