A very simple command line tool to sync photos and videos from your iPhone to your drive, and organize by the time you took them.
- Auto-Organize by Date: Sorts photos and videos into YYYY-MM folders based on modification time.
- Incremental Backup: Syncs only new files, speeding up backups.
⚠️ Note that for technical reasons related to filesystem manipulation,pyphotobackups
is only available on Linux platforms right now.
uv tool install pyphotobackups
pipx install pyphotobackups
You will need to have ifuse
installed on your system.
pyphotobackups <DESTINATION>
That's it!
GPL-3.0