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
I updated from 2.14.43 to 2.15.0 and for some of my containers I get the following in my logs:
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