Skip to content

Instantly share code, notes, and snippets.

@micviklui
Created May 3, 2023 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micviklui/96874f584829841b57f8570ab54ba446 to your computer and use it in GitHub Desktop.
Save micviklui/96874f584829841b57f8570ab54ba446 to your computer and use it in GitHub Desktop.
thunderbird-backup.sh
rsync -rltgoDvz --modify-window=1 --delete ~/.thunderbird/ --exclude="**/global-messages-db.sqlite" --exclude="**/places.sqlite" --exclude="Crash*Reports/" --exclude="**/Cache/" --exclude="**/startupCache/" --exclude="**/OfflineCache/" /mnt/pixelbox/home/thunderbird-backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment