From 5eb77c41ae30216d5e81563e19f051b64b6d69dd Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 13 Mar 2023 16:33:38 +0530 Subject: [PATCH] doas-pratham: do not copy dir '_OTHER' --- scripts/doas-pratham.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/doas-pratham.sh b/scripts/doas-pratham.sh index 994dbb8..0ecc587 100755 --- a/scripts/doas-pratham.sh +++ b/scripts/doas-pratham.sh @@ -10,7 +10,8 @@ rsync \ --verbose --recursive --size-only --human-readable \ --progress --stats \ --itemize-changes --checksum --perms \ - --exclude=".git" --exclude=".gitignore" --exclude="README.md" --exclude="run_me.sh" \ + --exclude=".git" --exclude=".gitignore" --exclude="README.md" \ + --exclude="run_me.sh" --exclude="_OTHER" \ ../dotfiles/ ~/ popd popd