Sha256: 9271b3f46fc96995654fcb97e53b8189ed88c162c97ea808fd2b6bd219a3fdde

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 KB

Contents

[![Build Status](https://travis-ci.org/wireframe/iphoto_backup.png?branch=master)](https://travis-ci.org/wireframe/iphoto_backup)

# 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](https://github.com/wireframe/dotfiles/blob/628b982d9fc4e7b4cc9e6ca806cae81b541f9bbd/home/bin/iphoto_export.py)

## Installation

```bash
$ gem install iphoto_backup
```

## Usage

```bash
$ 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:
```bash
$ 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

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iphoto_backup-1.1.0 README.md
iphoto_backup-1.0.2 README.md
iphoto_backup-1.0.1 README.md
iphoto_backup-1.0.0 README.md