1
0
Fork 0
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:
Sayantan Santra 2025-02-12 21:35:51 -06:00
parent e3620e946b
commit 010d0b8fc9
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

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