mirror of
https://github.com/SinTan1729/random.git
synced 2025-04-11 05:36:04 -05:00
fix: Ignore more Rust targets
This commit is contained in:
parent
e3620e946b
commit
010d0b8fc9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" | tee -a "$LGDIR/TempS
|
|||
echo "--------------------------------------------------" | tee -a "$LGDIR/TempStorage/impfilesbk.log"
|
||||
|
||||
echo $(date) "| Backing up Code..." | tee -a "$LGDIR/TempStorage/impfilesbk.log"
|
||||
rsync -aAXH --delete --stats --exclude '*/*/target/' --exclude 'git/*/lake-packages/' \
|
||||
rsync -aAXH --delete --stats --exclude '**/target/' --exclude 'git/*/lake-packages/' \
|
||||
--exclude 'git/*/build/' "$HMDIR/Code/" "$BKDIR_HDD/Code/" | tee -a "$LGDIR/TempStorage/impfilesbk.log"
|
||||
echo $'\n'$(date) "| Done!" | tee -a "$LGDIR/TempStorage/impfilesbk.log"
|
||||
|
||||
|
|
Loading…
Reference in a new issue