summaryrefslogtreecommitdiff
path: root/scripts/home-backup
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-28 09:06:08 +0300
committerPaul Buetow <paul@buetow.org>2026-06-28 09:06:08 +0300
commit09a9f721f22eaa614536ce40c2a08e42f96b4957 (patch)
treeb5eed97ca9e9817fb1f94798d762f09f6b38122e /scripts/home-backup
parent969dcf722a6cc1034136b1e20d21d56240e18414 (diff)
home-backup: exclude .config/google-chrome
Amp-Thread-ID: https://ampcode.com/threads/T-019f0cc8-1a8f-71ab-8a1c-914d7cdb055a Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'scripts/home-backup')
-rwxr-xr-xscripts/home-backup1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/home-backup b/scripts/home-backup
index 1182ca5..007967f 100755
--- a/scripts/home-backup
+++ b/scripts/home-backup
@@ -47,6 +47,7 @@ declare -ra EXCLUDES=(
"/.cargo/"
"/.bun/"
"/.android/"
+ "/.config/google-chrome/"
# --- Common regenerable junk anywhere in the tree ---
"node_modules/"