azlux / log2ram

ramlog like for systemd (Put log into a ram folder)
MIT License
2.57k stars 187 forks source link

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

Open jult opened 1 year ago

jult commented 1 year ago

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.

azlux commented 1 year ago

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.

vincentstans commented 1 year ago

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

Nuclear-Conger commented 1 year ago

Same error on a fresh RaspberryPi OS Bullseye.

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

novastream commented 1 year ago

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/

daad919 commented 1 year ago

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.

novastream commented 1 year ago

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.

daad919 commented 1 year ago

Thanks,

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

daad919 commented 1 year ago

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!

novastream commented 1 year ago

Great, glad it worked :)

WirtsLegs commented 4 months ago

same error on rsync 3.2.7-1 for me

zivagolee commented 1 week ago

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