diff options
-rwxr-xr-x | scripts/backup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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" |