Post

Backup IPhone's Picture in Python [Part 2]

Steps

1. Git Clone

  • iOS Backup git repository

      git clone https://github.com/syjoe02/iOS-Backcup.git
    

2. Install Packages

pip install pillow-heif pillow

3. Run

python3 backup_script.py

4. Result

  • Go to the Desktop (~/Desktop)

  • Check results Directory :\

However, It is not a Pefect

  • At least, I can backup all the photos without the photo dates

  • The date of photos will changes to the backup date despite being taken earlier

    • Loss of EXIF Metadata

    • During the backup or copying process, the modification date may be overwritten with the backup date

This post is licensed under CC BY 4.0 by the author.