Hide Forgot
Description of problem: Usually $BUILD_DIR hosted on /tmp and hence automatically excluded from the backup. When specifying $TMPDIR, $BUILD_DIR was not excluded from the backup. Version-Release number of selected component (if applicable): All How reproducible: Always Steps to Reproduce: 1. Specify a TMPDIR alternate directory in environment or /etc/rear/{local,site}.conf # mkdir /temporary # TMPDIR=/temporary rear mkbackup 2. Check the backup content # tar tzvf /path/to/the/backup.tar.gz | grep "^temporary/rear" Actual results: drwxr-xr-x root/root 0 2018-12-04 10:44 temporary/rear.XXX Expected results: No rear temp directory Additional info: PR submitted upstream: https://github.com/rear/rear/pull/1993
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, 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-2019:2273