From 24d7fa76177b897775638b3e82bc7e2ad1b010e3 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sat, 15 Feb 2025 02:18:03 -0600 Subject: [PATCH] new: Added Code to backup --- OneDriveBk.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OneDriveBk.sh b/OneDriveBk.sh index b654783..cc37201 100644 --- a/OneDriveBk.sh +++ b/OneDriveBk.sh @@ -44,6 +44,9 @@ rclone -v --fast-list --size-only --links --bwlimit 4M --exclude="**/.stfolders/ rclone -v --fast-list --size-only --links --bwlimit 4M --exclude="*-config/**" sync "/mnt/storage/Programs" \ encrypted-onedrive:"Programs" |& tee -a $LOGFILE +rclone -v --fast-list --size-only --links --bwlimit 4M --exclude="**/.git/**" --exclude="**/.venv/**" \ + sync "/mnt/storage/Code" encrypted-onedrive:"Code" |& tee -a $LOGFILE + echo $'\n'"-----------------------------" | tee -a $LOGFILE echo "-----------------------------" | tee -a $LOGFILE