Package: rsync
Version: 3.4.3+ds1-2
Severity: normal

I use rsync for remote "incremental" backups.  Something like:

rsync --verbose --relative --archive --delete-excluded \
      --numeric-ids \
      --link-dest=../daily.1 \
       /home \[::1]::backup/daily.0

Normally this would backup only the files that have changed, and hard-link the unchanged files.

With version 3.4.3+ds1-2 this does not work, and all the files are backed up.

Downgrading to 3.4.2+ds1-2 restores normal functionality.



-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 7.0.4+deb14-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rsync depends on:
ii  libacl1     2.3.2-3
ii  libc6       2.42-16
ii  liblz4-1    1.10.0-10
ii  libpopt0    1.19+dfsg-2+b2
ii  libssl3t64  3.6.2-1
ii  libxxhash0  0.8.3-2+b2
ii  libzstd1    1.5.7+dfsg-3+b2
ii  zlib1g      1:1.3.dfsg+really1.3.2-3

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client       1:10.3p1-2
ii  openssh-server       1:10.3p1-2
ii  python3              3.13.9-3+b1
pn  python3-braceexpand  <none>

-- Configuration Files:
/etc/default/rsync changed:
RSYNC_ENABLE=true
RSYNC_OPTS=''
RSYNC_NICE=''
RSYNC_IONICE='-c3'
RSYNC_NICE='10'


-- no debconf information

Reply via email to