1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2025-04-11 05:36:04 -05:00

new: Added Code to backup

This commit is contained in:
Sayantan Santra 2025-02-15 02:18:03 -06:00
parent 6e2b9e444d
commit 24d7fa7617
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -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