aboutsummaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
Diffstat (limited to 'local')
-rw-r--r--local2
1 files changed, 1 insertions, 1 deletions
diff --git a/local b/local
index 37b2574..b13ee9d 100644
--- a/local
+++ b/local
@@ -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