From 6dc5a0574e3af2c8c41cf37130650a20dcf6eeb2 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Sat, 28 Sep 2019 00:31:51 +0000 Subject: [PATCH] Added a comment: should there be FSCK and/or CLEAN? --- .../comment_44_a72db8ed716effc507e7127f9ec95dc4._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/design/external_special_remote_protocol/comment_44_a72db8ed716effc507e7127f9ec95dc4._comment diff --git a/doc/design/external_special_remote_protocol/comment_44_a72db8ed716effc507e7127f9ec95dc4._comment b/doc/design/external_special_remote_protocol/comment_44_a72db8ed716effc507e7127f9ec95dc4._comment new file mode 100644 index 0000000000..4e5b01d6a9 --- /dev/null +++ b/doc/design/external_special_remote_protocol/comment_44_a72db8ed716effc507e7127f9ec95dc4._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="should there be FSCK and/or CLEAN?" + date="2019-09-28T00:31:51Z" + content=""" +external remote could crash/get interrupted in the middle of its operation thus leaving some corrupt/temporary files behind. How/when should it run some diagnostic and clean up after itself? +"""]]