Ignore some rsync errors #73

Open
opened 2024-04-29 10:02:45 +02:00 by bwaegeneire · 0 comments
Owner

We very regularly get vanished file errors from zzz_evobackup, such as

file has vanished: "[...]"
rsync warning: some files vanished before they could be transferred (code 24) at main.c(1207) [sender=3.1.3]

Rsync as no option to disable this, instead there is an official wrapper to hide such errors¹. I think we should add something like that in zzz_evobackup.

¹ https://github.com/RsyncProject/rsync/blob/master/support/rsync-no-vanished

We very regularly get vanished file errors from `zzz_evobackup`, such as ``` file has vanished: "[...]" rsync warning: some files vanished before they could be transferred (code 24) at main.c(1207) [sender=3.1.3] ``` Rsync as no option to disable this, instead there is an official wrapper to hide such errors¹. I think we should add something like that in `zzz_evobackup`. ¹ https://github.com/RsyncProject/rsync/blob/master/support/rsync-no-vanished
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evobackup#73
No description provided.