aboutsummaryrefslogtreecommitdiffstats
path: root/bin/backup-profiles
blob: 2f877011619dc51770c7550abb4b049ce8b8c701 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

cd /tmp
tar cvfz firefox.tgz $1/.mozilla/firefox/david.runge-backup
gpg -e -r 'David Runge <david.runge@frqrec.com>' firefox.tgz
mv -f firefox.tgz.gpg $1/Dropbox/sync

tar cvfz thunderbird.tgz $1/.thunderbird/david.runge
gpg -e -r 'David Runge <david.runge@frqrec.com>' thunderbird.tgz
mv -f thunderbird.tgz.gpg $1/Dropbox/sync