diff options
| -rw-r--r-- | local | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ function transfer_incremental_backup # Note: Use --link-dest instead of making the old backup part of the target # directory, since src/old_date may have changed due to in-place # modifications. - "$RSYNC" "${rsync_args[@]}" --link-dest='..' \ + "$RSYNC" "${rsync_args[@]}" --link-dest="$dest" \ "${src}/${src_mirror_reldir}"/{"$old_date","$new_date"} \ "${dest}/work" \ || return $RET_ERROR |
