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 8887095..cfb9938 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -31,6 +31,7 @@ backup_local() { --exclude '*.elc' \ --exclude '*/.local/straight' \ --exclude '*/phd/simulation_data' \ + --exclude '*/semantic-roam' \ "$REPOSITORY::{hostname}-{user}-{utcnow:%Y-%m-%dT%H:%M:%S}" \ "$@" # all the dirs to bac |