azlux / log2ram

ramlog like for systemd (Put log into a ram folder)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]

jult opened this issue · comments

This is on a plain up to date debian 11, as installed per your instructions. The funny thing is: There were no 'previous errors'.
Not that I can find anyway. A search in google tells me this has to do with dir permissions being wrong somewhere.

commented

It's look like you have ACL on your logs how cannot be write on the HDD mount point.
It's also possible to have this error if you have cut the copy in progress.

I have the same issue on ubuntu 22.04 lts. dist-upgraded since ubuntu 16

error seems it could not do something with log2ram.log it was deleted or not created.

never the less it is up and running. I have created log2ram.log manually in /var/hdd.log and /var/log with sudo touch

Same error on a fresh RaspberryPi OS Bullseye.

sudo touching those files made the error go away though (thank you @vincentstans).

It seems to be a bug in rsync 3.2.3, updating to 3.2.7 solved the issue for me.

https://linuxhint.com/update-rsync-raspberry-pi/

It seems to be a bug in rsync 3.2.3, updating to 3.2.7 solved the issue for me.

https://linuxhint.com/update-rsync-raspberry-pi/

Would this also work on a promox server? I have a problem with some of my backups at the moment.

Don't know, could be permission errors as well but version 3.2.3 is 2 years older than 3.2.7 so I would suggest giving it a go.

Thanks,

Strange thing is it worked till 2 weeks ago, now i have problems with 2 of my containers...

It seems to be a bug in rsync 3.2.3, updating to 3.2.7 solved the issue for me.

https://linuxhint.com/update-rsync-raspberry-pi/

This worked also to update rsync on my proxmox setup. Thanks!

Great, glad it worked :)

same error on rsync 3.2.7-1 for me

yea same issue with raspbian-bullseye. tried using rsync 3.2.7 and get the same errors on /var/log/journal files