Skip to content

Instantly share code, notes, and snippets.

@cphyc
Created August 18, 2015 09:05
Show Gist options
  • Save cphyc/7575599d886a128c7bbc to your computer and use it in GitHub Desktop.
Save cphyc/7575599d886a128c7bbc to your computer and use it in GitHub Desktop.
Synchronize thunderbird
#!/bin/sh
FROM=/path/to/local/thunderbird/profile
TO=/path/to/remote/thunderbird/profile
rsync -rv --include="*.dat" --include="*/" --exclude="*Mail/***" --include="/*" $FROM $TO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment