Skip to content

rsync exited with code 23 #685

@hsrthe4th

Description

@hsrthe4th

I updated from 2.14.43 to 2.15.0 and for some of my containers I get the following in my logs:

INFO: Stopping appname...
INFO: Starting API on port 8069...
TRACE: Using current time for date formatting since USE_CONTAINER_BACKUP_DATE=true
TRACE: Destination directory '/app/destination' READ/WRITE access verified
INFO: Backing up appname...
DEBUG: RUNNING: 'rsync -raq /app/source/appname/ /app/destination/2026-05-22/appname/'
ERROR: rsync exited with code 23 for appname
INFO: Starting appname...

When I check the backup folder the only files missing are the symlinks (which i expect to be skipped)
I also tried 2.19.6 with the same result.

Adding the following custom rsync argument stopped the error, but I want to make sure I'm not masking an issue.
RSYNC_CUSTOM_ARGS=--no-links

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions