diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-01-12 03:29:00 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-01-13 02:27:42 +0100 |
commit | 4466cc60b7ffb72f60817cc04309e1fba3b74204 (patch) | |
tree | 642c2047a082b25c10862f07c4756f949e5f48ef | |
parent | 1fd09dc4f64cbd188d622d087ece4e6350bd4b8f (diff) | |
download | dotfiles-4466cc60b7ffb72f60817cc04309e1fba3b74204.tar.gz dotfiles-4466cc60b7ffb72f60817cc04309e1fba3b74204.tar.bz2 dotfiles-4466cc60b7ffb72f60817cc04309e1fba3b74204.zip |
don't backup semantic-roam
-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 |