1
0
Fork 0

doas-pratham: do not copy dir '_OTHER'

This commit is contained in:
Pratham Patel 2023-03-13 16:33:38 +05:30
parent 0c78d303b7
commit 5eb77c41ae
1 changed files with 2 additions and 1 deletions

View File

@ -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