summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://gebi.myopenid.com/ <gebi@web>2011-12-06 20:25:06 +0000
committerGravatar admin <admin@branchable.com>2011-12-06 20:25:06 +0000
commitadb1dc65bc9342d76d641fa06ec187f3e2c7b783 (patch)
tree053a0f884043e0816d7915b96a952af900ae4f2a
parentba74e2069cdf3c69a5c729c53abd73ce11330828 (diff)
-rw-r--r--doc/bugs/git-annex_losing_rsync_remotes_with_encryption_enabled.mdwn40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_losing_rsync_remotes_with_encryption_enabled.mdwn b/doc/bugs/git-annex_losing_rsync_remotes_with_encryption_enabled.mdwn
new file mode 100644
index 000000000..105e24aac
--- /dev/null
+++ b/doc/bugs/git-annex_losing_rsync_remotes_with_encryption_enabled.mdwn
@@ -0,0 +1,40 @@
+Somehow git-annex has again lost a complete rsync remote with encryption enabled...
+
+Both *remoteserver* and *localserver* are rsync remotes with enabled encryption.
+All commands are executed on the git repository on my laptop.
+Target of origin is a gitolite repository without annex support (thus the two rsync remotes).
+
+Is there a way in git-annex to verify that all files fullfill the numcopies, in my case
+numcopies=2, and can be read from the remotes their are on?
+I thought that *copy* would verify that, but seems not.
+
+ % g a copy --to remoteserver tools
+ copy tools/md5_sha1_utility.exe (gpg) (checking remoteserver...) ok
+ copy tools/win32diskimager-RELEASE-0.2-r23-win32.zip (checking remoteserver...) ok
+
+ % g a copy --to localserver tools
+ copy tools/md5_sha1_utility.exe (gpg) (checking localserver...) ok
+ copy tools/win32diskimager-RELEASE-0.2-r23-win32.zip (checking localserver...) ok
+
+ % g a drop tools
+ drop tools/md5_sha1_utility.exe (gpg) (checking localserver...) (checking remoteserver...) (unsafe)
+ Could only verify the existence of 1 out of 2 necessary copies
+
+ Try making some of these repositories available:
+ 718a9b5c-1b4a-11e1-8211-6f094f20e050 -- remoteserver (remote backupserver)
+
+ (Use --force to override this check, or adjust annex.numcopies.)
+ failed
+ drop tools/win32diskimager-RELEASE-0.2-r23-win32.zip (checking localserver...) (checking remoteserver...) (unsafe)
+ Could only verify the existence of 1 out of 2 necessary copies
+
+ Try making some of these repositories available:
+ 718a9b5c-1b4a-11e1-8211-6f094f20e050 -- remoteserver (remote backupserver)
+
+ (Use --force to override this check, or adjust annex.numcopies.)
+ failed
+ git-annex: drop: 2 failed
+
+ % g a fsck tools
+ fsck tools/md5_sha1_utility.exe (checksum...) ok
+ fsck tools/win32diskimager-RELEASE-0.2-r23-win32.zip (checksum...) ok