terminate prematurely when target disk is fullmaster
commit0abc299dbe32a2bfdfff64afb412ff306352952c
authorrofl0r <rofl0r@users.noreply.github.com>
Tue, 14 May 2024 22:51:14 +0000 (14 22:51 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Tue, 14 May 2024 22:57:05 +0000 (14 22:57 +0000)
tree60819a116ffe5b19ed155e8feb36d0a0ad7df524
parentf21ebbbed557252ba4b55031f51f62bc77b48e3d
terminate prematurely when target disk is full

originally i planned to add a notification and a blocking prompt
when an operation fails due to ENOSPC - so a user could free up
space and continue - however there are too many cases where one
would have to modify program flow so the current operation is
restarted/continued from precisely before the error happened.
filesync.c