Skip to content

Instantly share code, notes, and snippets.

@jtdressel
Created June 19, 2012 17:41
Show Gist options
  • Save jtdressel/2955494 to your computer and use it in GitHub Desktop.
Save jtdressel/2955494 to your computer and use it in GitHub Desktop.
Pidgin log backup chat script
#!/bin/bash
#Copies chat logs to dropbox
rsync -azv /home/jtdressel/.purple/logs/ /home/jtdressel/Dropbox/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment