rsync symlinks as is

This commit is contained in:
vv01f 2016-09-10 16:38:00 +02:00
parent 76ebd76791
commit f3ec821f7c
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ export SGML_CATALOG_FILES
WGET=wget
# rsync
RSYNC=rsync
RSYNC_FLAGS=--verbose --recursive --delete --delete-after --delete-excluded --checksum --chmod=ugo=rX
# -l, --links copy symlinks as symlinks
RSYNC_FLAGS=--links --verbose --recursive --delete --delete-after --delete-excluded --checksum --chmod=ugo=rX
# Editor
EDITOR?=vim
# Browser