aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-11-01 00:02:42 -0200
committerEuAndreh <eu@euandre.org>2018-11-01 00:02:42 -0200
commitc3c058a69ea1db6a62f69db63b80f5512bee9f7b (patch)
tree416a90f8ceb846f30a577541ad3c4c416f0cb25c /scripts
parentImprove extarnal drives symlinks. (diff)
downloaddotfiles-c3c058a69ea1db6a62f69db63b80f5512bee9f7b.tar.gz
dotfiles-c3c058a69ea1db6a62f69db63b80f5512bee9f7b.tar.xz
Remove Thunderbird folder from backup script.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/backup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/backup.sh b/scripts/backup.sh
index 492e24c..dc90348 100755
--- a/scripts/backup.sh
+++ b/scripts/backup.sh
@@ -28,7 +28,6 @@ borg create \
--compression lzma,9 \
~/borgbkp::"{hostname}-{now}-${BACKUP_TAG}" \
~/Nextcloud/ \
- ~/.thunderbird/ \
~/mbsync/
# add folders to be backed up here
green "Done"