You are not logged in.
IO error encountered -- skipping file deletion
I checked and it doesn't delete a file on the destination if it is gone from the target.
Thanks,
Szilveszter
Offline
I am using 3.2.7 in Arch and backing up to a debian bookworm with rsync 3.2.7
Offline
IO error = rsync was unable to read/write, ( ? permission issue, ?disk failure)
If you can paste exact error it may be more useful.
Arch is home!
https://github.com/Docbroke
Offline
The exact error is the first line I posted. It is not a hard disk issue. I backed up my entire desktop but it seems extraneous files could accumulate over time if it is not fixed.
Offline
I did 'touch file' on the source and then it gets copied on the first run. Then, I delete the file and run a second rsync. Afterward, I noticed that it is not gone from the destination.
Offline
post rsync command you are running.
Arch is home!
https://github.com/Docbroke
Offline
I found out the solution. I had to add --ignore-errors to the command I was running.
Offline