1
0
Fork 0

idk why I removed rsync's --perms param

This commit is contained in:
Pratham Patel 2023-01-11 10:52:39 +05:30
parent 17d96d4234
commit 4c9c7da332
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
rsync \
--verbose --recursive --size-only --human-readable \
--progress --stats \
--itemize-changes --checksum --perms \
--itemize-changes --checksum \
--exclude=".git" --exclude=".gitignore" --exclude="README.md" --exclude="run_me.sh" \
../dotfiles/ ~/ --dry-run