Skip to content

Commit

Permalink
Progress on setting permissions for rsync; see #127
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Dec 2, 2013
1 parent bb4b70d commit 948e111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kp:
Rscript -e "fileherd::findPreview(remove = TRUE, verbose = TRUE)"

sync:
rsync -rlv --checksum --chmod=ugo=rwX --exclude-from=./.rsync/exclude /Users/jenny/web/fhWeb/publish/STAT545A/ stat.ubc.ca:public_html/STAT545A/
rsync -rlv --checksum --perms --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r --exclude-from=./.rsync/exclude /Users/jenny/web/fhWeb/publish/STAT545A/ stat.ubc.ca:public_html/STAT545A/

# WARNING! WARNING!

Expand Down

0 comments on commit 948e111

Please sign in to comment.