summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorandreas tux-book2024-01-07 01:11:42 +0100
committerandreas tux-book2024-01-07 01:11:42 +0100
commit802e15db91e05c2cb34c49f3bea018437593d71f (patch)
tree0e630c3ddb0b6b09dfe2ae829891faa49212d4d2 /src
parentbf04ae23ea599e91decf6ddcab40b244e8a069a9 (diff)
downloadUnspecifiedGarbage-802e15db91e05c2cb34c49f3bea018437593d71f.zip
UnspecifiedGarbage-802e15db91e05c2cb34c49f3bea018437593d71f.tar.gz
(bkup) Add excludes from tux-book
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main/shell/BackupByRsync/backup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/shell/BackupByRsync/backup.sh b/src/main/shell/BackupByRsync/backup.sh
index b3e090a..16c1aa2 100755
--- a/src/main/shell/BackupByRsync/backup.sh
+++ b/src/main/shell/BackupByRsync/backup.sh
@@ -81,6 +81,7 @@ run () {
--exclude="/.config/VirtualBox/vbox-ssl-cacertificate.crt" \
--exclude="/.config/VirtualBox/VBoxSVC.log*" \
--exclude="/.config/VirtualBox/xpti.dat" \
+ --exclude="/.eclipse" \
--exclude="/.gdb_history" \
--exclude="/.git-credentials" \
--exclude="/.gmrun_history" \
@@ -91,6 +92,7 @@ run () {
--exclude="/.mozilla/firefox" \
--exclude="/.NERDTreeBookmarks" \
--exclude="/.recently-used" \
+ --exclude="/.recoll" \
--exclude="/.sh_history" \
--exclude="/.sqlite_history" \
--exclude="/.squirrel-sql" \
@@ -107,7 +109,9 @@ run () {
--exclude="/projects/forks" \
--exclude="/tmp" \
--exclude="/virtualbox-*" \
+ --exclude="/VirtualBox VMs" \
--exclude="/vm-qemu" \
+ --exclude="/vm-share" \
--exclude="/vmshare" \
--exclude="cee-misc-lib/external" \
--exclude="cee-misc-lib/tmp" \