diff options
| author | Einhard Leichtfuß <alguien@respiranto.de> | 2026-06-13 16:19:12 +0200 |
|---|---|---|
| committer | Einhard Leichtfuß <alguien@respiranto.de> | 2026-06-13 16:19:12 +0200 |
| commit | c18bb4e0e1f57ede89eac4cb961df35b67b3612e (patch) | |
| tree | 47694fa469fd0760a7bbd4e52ff3e4485d3c96c9 | |
| parent | bf86ae4c77fa6c6de544bfe630c6abc83b9d34ab (diff) | |
Don't use a relative link dest.
Bug: https://github.com/RsyncProject/rsync/issues/928
(bug is fixed upstream, but present in Debian's 3.4.1+ds1-5+deb13u3)
| -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 |
