Skip to content

Commit

Permalink
Add -L switch
Browse files Browse the repository at this point in the history
Add -L switch to rsync to follow symlinks.
  • Loading branch information
strarsis committed Jan 21, 2018
1 parent 94de51f commit 0f8bdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync-all.sh
Expand Up @@ -35,5 +35,5 @@ if [[ "$response" =~ ^([yY][eE][sS]|[yY])$ ]]; then
fi
fi
if [[ "$uploads" =~ ^([yY][eE][sS]|[yY])$ ]]; then
rsync -az --progress "$FROMDIR" "$TODIR"
rsync -L -az --progress "$FROMDIR" "$TODIR"
fi

0 comments on commit 0f8bdba

Please sign in to comment.