summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-08-25 17:20:51 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-08-25 17:20:51 +0200
commitdeccdca92670bdcd788103164dacb7b156ea026e (patch)
tree4513e09d9abc496b4e02ceda4480b6e180ab9e5f
parent9ec2dfa88f1ca6ec5e1df6b96ae2797d4d6822ad (diff)
parent897c4665b146fcd1175b804be86ab54fddf2b23d (diff)
downloadUnspecifiedGarbage-deccdca92670bdcd788103164dacb7b156ea026e.zip
UnspecifiedGarbage-deccdca92670bdcd788103164dacb7b156ea026e.tar.gz
Merge remote-tracking branch 'gh-hiddenalpha/master'
-rwxr-xr-xsrc/main/shell/BackupByRsync/backup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/shell/BackupByRsync/backup.sh b/src/main/shell/BackupByRsync/backup.sh
index c6d5e2c..40189c2 100755
--- a/src/main/shell/BackupByRsync/backup.sh
+++ b/src/main/shell/BackupByRsync/backup.sh
@@ -66,6 +66,7 @@ run () {
--exclude=".git/refs/remotes" \
--exclude=".git/refs/tags" \
--exclude=".idea" \
+ --exclude="/.git-credentials" \
--exclude="/.NERDTreeBookmarks" \
--exclude="/.Xauthority" \
--exclude="/.bash_history" \
@@ -102,6 +103,7 @@ run () {
--exclude="/tmp" \
--exclude="/virtualbox-*" \
--exclude="/vmshare" \
+ --exclude="/vm-qemu" \
"${DIR_FROM:?}" \
"${BACKUP_PATH:?}/${DST_PREFIX}" \
;