iphoto_backup
Every photo deserves to live in a folder on the filesystem and not to be locked up in some cryptic and proprietary iPhoto metadata XML file.
iphoto_backup is a tool to simplify backups and archiving of your iPhoto images.
Originally implemented as a Python script
Installation
$ gem install iphoto_backup
Usage
$ iphoto_backup
Processing Roll: Wedding Pics...
copying /iphoto/file.png to /my/custom/backup.png
Options
--filter [REGEX]
aliased to -e
Restrict exporting to only albums that match the given regular expression. Albums that do not match the regex will be printed in the log output as well.
example:
$ iphoto_backup -e Summer
Processing Roll: Summer Pics...
copying /iphoto/file.png to /my/custom/backup.png
Winter Pics does not match the filter: /Summer/
--output [/path/to/directory]
aliased to -o default to ~/Google Drive/Dropbox
Customize the path for archiving photos.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
