Skip to content

Instantly share code, notes, and snippets.

@twik
Created September 11, 2013 03:47
Show Gist options
  • Save twik/6519144 to your computer and use it in GitHub Desktop.
Save twik/6519144 to your computer and use it in GitHub Desktop.
Backup all photos from Messages.app
#! /bin/sh
mkdir $HOME/Pictures/backup_Messages_photos/
find $HOME/Library/Messages/Attachments -iname \*.jp* | parallel -X cp -v -p {} $HOME/Pictures/backup_Messages_photos/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment