1
0
Fork 0

run_me.sh: do not copy dir '_OTHER'

This commit is contained in:
Pratham Patel 2023-03-13 16:34:34 +05:30
parent 3ae395550b
commit 6e936ce8bb
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ rsync \
--verbose --recursive --size-only --human-readable \
--progress --stats \
--itemize-changes --checksum \
--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/ ~/ --dry-run