From b006c20bef5941e4a4760318ba28001a6c9c9776 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 31 Jul 2018 17:47:07 -0300 Subject: Add ~/mbsync/ to borg backup routing --- scripts/backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/backup.sh b/scripts/backup.sh index d347cf9..010e258 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -26,7 +26,8 @@ borg create \ --compression lzma,9 \ ~/borgbkp::'{hostname}-{now}' \ ~/Nextcloud/ \ - ~/.thunderbird/ + ~/.thunderbird/ \ + ~/mbsync/ # add folders to be backed up here green "Done" -- cgit v1.2.3