diff options
Diffstat (limited to 'rep-publish')
-rwxr-xr-x | rep-publish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rep-publish b/rep-publish index 8db26e0..6e555a4 100755 --- a/rep-publish +++ b/rep-publish @@ -29,5 +29,5 @@ if [ -z "$host" ]; then fi shift -rsync -v -rlpt -c --exclude '.*' --copy-unsafe-links --prune-empty-dirs \ ---delete-after $* $dir/ $host +rsync -v -rltO -c --chmod=ugo=rwX --exclude '.*' --copy-unsafe-links \ +--prune-empty-dirs --delete-after $* $dir/ $host |