summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-11 02:07:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-11 02:07:04 -0400
commitc7041e0bd171832114182a2ba5d10ab6cd1723d6 (patch)
treeea7e8f48669a5344acd8d2cb1b1ad3458f5a3bc8 /doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn
parent117fe402f5d931060f02a446aeb74da3530a8f17 (diff)
moved all wishlist stuff out of the forum; and closed a bunch of themmoved
all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of themmoved all wishlist stuff out of the forum; and closed a bunch of them
Diffstat (limited to 'doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn')
-rw-r--r--doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn b/doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn
new file mode 100644
index 000000000..156cfb009
--- /dev/null
+++ b/doc/todo/wishlist:_define_remotes_that_must_have_all_files.mdwn
@@ -0,0 +1,18 @@
+I would like to be able to name a few remotes that must retain *all* annexed
+files. `git-annex fsck` should warn me if any files are missing from those
+remotes, even if `annex.numcopies` has been satisfied by other remotes.
+
+I imagine this could also be useful for bup remotes, but I haven't actually
+looked at those yet.
+
+Based on existing output, this is what a warning message could look like:
+
+ fsck FILE
+ 3 of 3 trustworthy copies of FILE exist.
+ FILE is, however, still missing from these required remotes:
+ UUID -- Backup Drive 1
+ UUID -- Backup Drive 2
+ Back it up with git-annex copy.
+ Warning
+
+What do you think?