These are files which changed during the backup, you could simply exclude them. KR, Eric
On March 22, 2024 4:58:44 PM UTC, Adam Weremczuk <ad...@matrixscience.com> wrote: >It's working like a charm, thank you sir. > >Would you be kind enough to hint on how to suppress/silence these warnings: > >WARNING: UpdateError: 'var/log/Acronis/APL/cyber-protect-service.log' Updated >mirror temp file 'rdiff/var/log/Acronis/APL/rdiff-backup.tmp.74872' does not >match source > >WARNING: UpdateError: 'var/log/storelibdebugit.txt' Updated mirror temp file >'rdiff/var/log/rdiff-backup.tmp.74954' does not match source > >WARNING: UpdateError: 'var/log/syslog' Updated mirror temp file >'rdiff/var/log/rdiff-backup.tmp.74956' does not match source > >? > >On 22/03/2024 13:13, Robert Nichols wrote: >> >> A quick review of the very nice manpage reveals: >> >> rdiff-backup --api-version 201 --force remove increments --older-than >> 8W some_server::some_path/rdiff/ >> >> Note that "--api-version" and "--force" are generic options and must appear >> _before_ the "remove" action. >> >