Displaying 1 result from an estimated 1 matches for "oapztf".
Did you mean:
oapt
2003 May 23
1
PATCH: better handling for write failures (disk full)
..."-T" is the only way to
transfer into a nearly full partition.
However, there is one other problem: if copy_file() fills up the
destintation partition, it will fail. At least it gives a valid
error message with "-vv" and doesn't abort the whole sync:
renaming /var/tmp/.x1.OApztf to dest/x1
write dest/x1: No space left on device
copy /var/tmp/.x1.OApztf -> dest/x1 : No space left on device
However, in this case, it never removes the truncated destination file,
leaving the destination partition full (and guaranteeing that nothing
else will transfer).
In my case, if it f...