aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-09-28 12:49:48 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-09-28 12:50:00 +0200
commit1ab6bcdf253a9230395e0521777bf0b11adba568 (patch)
treea62fc864f20cfbdad168cff346b49273871f0eed /bin
parent8aa2fc98495419176084d3f6825c583285a969d8 (diff)
downloaddotfiles-1ab6bcdf253a9230395e0521777bf0b11adba568.tar.gz
dotfiles-1ab6bcdf253a9230395e0521777bf0b11adba568.tar.bz2
dotfiles-1ab6bcdf253a9230395e0521777bf0b11adba568.zip
skip caches and more venvs on backup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/backup.sh b/bin/backup.sh
index aa35542..8a27847 100755
--- a/bin/backup.sh
+++ b/bin/backup.sh
@@ -13,10 +13,12 @@ backup_local() {
--exclude '*.pyc' \
--exclude '*/.mypy_cache/' \
--exclude '*/venv/' \
+ --exclude '*/python*/site-packages/' \
--exclude '*/.tox/' \
--exclude '*/node_modules' \
--exclude '*/dist' \
--exclude '*/.cache' \
+ --exclude '*/cache' \
--exclude '*/.shadow-cljs' \
--exclude '*/js/compiled' \
--exclude '*/build' \