I recently had a problem with restoring an incremental snapshot using rdiff-backup where my main drive ran out of space. After setting --tempdir
as discussed here, the problem went away and while restoring I can see bytes diminishing with df -h
on the specified path's device.
Oddly, the actual path I set appears to be completely empty. Neither ls
nor du
indicates that there is anything at all occupying the path in question.
Is anyone here familiar enough with the inner workings of rdiff-backup to shed some light on where the temp files are actually being written? And how is it that they seem to be invisible?
--tempdir
appears to be straight-up ignored for me (rdiff-backup
v2.0.5); no tempfiles are created andrdiff-backup
instead fills RAM and swap and then dies when they're exhausted :( – simon May 14 '22 at 16:59