Description of problem: If BACKUP=RSYNC, the output files are copied by the backup-specific code to BACKUP_URL in addition to OUTPUT_URL, and if OUTPUT_URL is a rsync URL, it is effectively ignored (only BACKUP_URL is used). Version-Release number of selected component (if applicable): 2.6 How reproducible: mkrescue with appropriate settings Steps to Reproduce: 1. set BACKUP=RSYNC OUTPUT_URL=user@host:/path/rsync/output OUTPUT_URL=user@host:/path/rsync/backup 2. run rear mkrescue Actual results: The output file rear-$(hostname -s).iso is not found under /path/rsync/output on host, it is under /path/rsync/backup Expected results: The output file rear-$(hostname -s).iso is found under /path/rsync/output on host and not /path/rsync/backup Additional info: This is a more comprehensive change than bz2115918 since it does not concern just OUTPUT=PXE. The use of rsync OUTPUT_URL for OUTPUT=PXE reported in bz2115918 was a special case and incompatible with other uses of rsync URLs (it was the old-style rsync URL).
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (rear bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8246