diff options
-rwxr-xr-x | bin/backup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/backup.sh b/bin/backup.sh index dddeed4..e3ebd2c 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -25,6 +25,7 @@ backup_local() { --exclude '*/elpa' \ --exclude '*.elc' \ --exclude '*/.local/straight' \ + --exclude '*/phd/simulation_data' \ $REPOSITORY::'{hostname}-{user}-{utcnow:%Y-%m-%dT%H:%M:%S}' \ $@ # all the dirs to bac |