diff options
author | EuAndreh <eu@euandre.org> | 2018-11-01 00:02:42 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-01 00:02:42 -0200 |
commit | c3c058a69ea1db6a62f69db63b80f5512bee9f7b (patch) | |
tree | 416a90f8ceb846f30a577541ad3c4c416f0cb25c /scripts | |
parent | Improve extarnal drives symlinks. (diff) | |
download | dotfiles-c3c058a69ea1db6a62f69db63b80f5512bee9f7b.tar.gz dotfiles-c3c058a69ea1db6a62f69db63b80f5512bee9f7b.tar.xz |
Remove Thunderbird folder from backup script.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/backup.sh | 1 |
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" |