diff options
-rwxr-xr-x | utils/installer/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index d420baed..61519998 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -288,7 +288,7 @@ function backup_old_config() { touch "$dir/ignore" msg "Backing up old $dir to $dir.bak" if command -v rsync &>/dev/null; then - rsync --archive -hh --stats --partial --cvs-exclude "$dir"/ "$dir.bak" + rsync --archive -hh --stats --partial --copy-links --cvs-exclude "$dir"/ "$dir.bak" else OS="$(uname -s)" case "$OS" in |