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:
parent
6e2b9e444d
commit
24d7fa7617
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue