aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn')
-rw-r--r--doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn b/doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn
deleted file mode 100644
index 34f06ad63..000000000
--- a/doc/todo/wishlist:_Parity_files_for_encrypted_remotes.mdwn
+++ /dev/null
@@ -1,7 +0,0 @@
-I have data that has accompanying parity files. This is supposed to add some
-security to file integrity; however, it only works as long as the files are
-available unencrypted. In case of encrypted special remotes the existing parity files
-won't be of any use if the encrypted versions of files get corrupted in the remote location.
-
-Would it be worthwhile for git-annex to generate its own
-parity files for the encrypted data in encrypted special remotes?