summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-26 15:08:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-26 15:08:10 -0400
commit257d1136e4178665fd52f14a2d430f9ad819d45f (patch)
tree5ec7a555b0691509d553d015dc86f1fcec121d71
parent5893bbe6dee93177579265e1206276f56b6a67fe (diff)
parent469904a1ed3f5ed85f72f93f9657dcc9d06982ff (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Cannot_delete_remote_when_ssh_sync_fails/comment_2_e189617c4ac23df50f02af8c517fa399._comment14
-rw-r--r--doc/todo/separate_rsync_bwlimit_options_for_upload_and_download.mdwn2
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_delete_remote_when_ssh_sync_fails/comment_2_e189617c4ac23df50f02af8c517fa399._comment b/doc/bugs/Cannot_delete_remote_when_ssh_sync_fails/comment_2_e189617c4ac23df50f02af8c517fa399._comment
new file mode 100644
index 000000000..0d2f2e99b
--- /dev/null
+++ b/doc/bugs/Cannot_delete_remote_when_ssh_sync_fails/comment_2_e189617c4ac23df50f02af8c517fa399._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM"
+ nickname="Thomas"
+ subject="comment 2"
+ date="2014-01-26T18:12:08Z"
+ content="""
+Unfortunately, upgrading did not fix it. I suppose, a restart of the remote server (ssh was just installed) would have been necessary. Instead, I just deleted the repository on the remote.
+
+Now my local repository was caught in a situation, where I couldn't upgrade the broken remote and I couldn't delete it either.
+
+By recreating the repository on the remote, I finally was able to get rid of the broken link, but I think the proper solution would be to have the ability to remove unsynced repositories.
+
+Thanks for the quick response!
+"""]]
diff --git a/doc/todo/separate_rsync_bwlimit_options_for_upload_and_download.mdwn b/doc/todo/separate_rsync_bwlimit_options_for_upload_and_download.mdwn
new file mode 100644
index 000000000..65a3a12ef
--- /dev/null
+++ b/doc/todo/separate_rsync_bwlimit_options_for_upload_and_download.mdwn
@@ -0,0 +1,2 @@
+The bandwidth for upload and download are often different. It would be useful to have different settings for upload and download limits.
+As it is, I have to keep changing annex-rsync-options options between uploads and downloads.