aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-01-02 10:33:10 +0100
committerÓscar Nájera <hi@oscarnajera.com>2021-01-02 10:33:56 +0100
commit3d050958744b4bb27000362e6c6c43fe6d6dbb91 (patch)
tree935e9fe8880d33f2d752509f0ef0d5cb5112e4db /bin
parent07a1973d060426fbb5ec9e9868672c4de1e13d60 (diff)
downloaddotfiles-3d050958744b4bb27000362e6c6c43fe6d6dbb91.tar.gz
dotfiles-3d050958744b4bb27000362e6c6c43fe6d6dbb91.tar.bz2
dotfiles-3d050958744b4bb27000362e6c6c43fe6d6dbb91.zip
exclude target in backups
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/backup.sh b/bin/backup.sh
index 74cc02c..aa4dd46 100755
--- a/bin/backup.sh
+++ b/bin/backup.sh
@@ -14,6 +14,7 @@ backup_local(){
--exclude '*/.notmuch' \
--exclude '*/node_modules' \
--exclude '*/js/compiled' \
+ --exclude '*/target' \
--exclude '*/mpd/log' \
--exclude '*/venv/' \
--exclude '*/.tox/' \