From ee5f30ee6b3c14990723a046672fca6c2aeaf437 Mon Sep 17 00:00:00 2001 From: Atemu Date: Fri, 4 Jun 2021 20:26:27 +0000 Subject: [PATCH] --- doc/todo/trust_based_on_time_since_last_fsck.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/trust_based_on_time_since_last_fsck.mdwn diff --git a/doc/todo/trust_based_on_time_since_last_fsck.mdwn b/doc/todo/trust_based_on_time_since_last_fsck.mdwn new file mode 100644 index 0000000000..2edee94a59 --- /dev/null +++ b/doc/todo/trust_based_on_time_since_last_fsck.mdwn @@ -0,0 +1,5 @@ +It'd be really useful if I could specify my level of trust in a remote holding a file as a function of the time since the file has last been fsck'd in that remote. + +This way, if I haven't fsck'd say my off-site cold storage in x amount of time, git-annex would automatically try to create additional copies of its files in other remotes for example. + +Expiry can be used in a similar way but declaring the remote as dead is overkill and has unwanted side-effects.