Created
August 18, 2015 09:05
-
-
Save cphyc/7575599d886a128c7bbc to your computer and use it in GitHub Desktop.
Synchronize thunderbird
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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