From a6a666cdbf09b54c44944d56461ba7f993a581f7 Mon Sep 17 00:00:00 2001 From: RaspberryPie Date: Sun, 27 Oct 2013 00:59:56 +0000 Subject: [PATCH 1/8] Added a comment --- ...1_504a944aab34155046f2fd82c2878f3e._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/git-annex:_status:_1_failed/comment_11_504a944aab34155046f2fd82c2878f3e._comment diff --git a/doc/bugs/git-annex:_status:_1_failed/comment_11_504a944aab34155046f2fd82c2878f3e._comment b/doc/bugs/git-annex:_status:_1_failed/comment_11_504a944aab34155046f2fd82c2878f3e._comment new file mode 100644 index 0000000000..45ee3a050c --- /dev/null +++ b/doc/bugs/git-annex:_status:_1_failed/comment_11_504a944aab34155046f2fd82c2878f3e._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="RaspberryPie" + ip="96.44.189.101" + subject="comment 11" + date="2013-10-27T00:59:56Z" + content=""" +I've tried a few things and found a workaround for the problem. TL;DR: `git annex dropunused` + +First I created a new annex with the same data. This time I used `git annex add` instead of having the assistant add the files. Adding went fine (no status error). Only when I started the assistant I got the error right away, with exactly the same file as the last time. + +When I removed the file from the annex, the error remained, but this time with a different problematic file in the same directory. + +Then I stumbled upon [this forum post](http://git-annex.branchable.com/forum/dot_git_slash_annex_slash_tmp/). It relates to this bug in that the files git-annex is complaining about are located in .git/annex/tmp. `git annex unused` returned about 130 entries (of about 1,200 files total). The last entry was my problematic file. The second-to-last entry was the file that gave me the same error when I removed the original problematic file. This lets me assume that the bug causes `git annex status' to produce 130 errors, of which only the last one gets displayed. + +So I ran `git annex dropunused 1-130 --force`. (The command wouldn't run without `--force`, saying that it couldn't make sure if numcopies were being met. This may or may not be related to network problems I'm having lately.) Anyway, now the error was finally gone and the status output didn't complain anymore. + +Weird stuff. +"""]] From 2a8641f602d848e7705cb26770cb138fe18693c0 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM" Date: Sun, 27 Oct 2013 07:00:02 +0000 Subject: [PATCH 2/8] Added a comment --- .../comment_1_77629f620b28ac62364de44b41fa539d._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/copy_to_webdav_sometimes_doesn__39__t_work/comment_1_77629f620b28ac62364de44b41fa539d._comment diff --git a/doc/bugs/copy_to_webdav_sometimes_doesn__39__t_work/comment_1_77629f620b28ac62364de44b41fa539d._comment b/doc/bugs/copy_to_webdav_sometimes_doesn__39__t_work/comment_1_77629f620b28ac62364de44b41fa539d._comment new file mode 100644 index 0000000000..d5ad2d88d6 --- /dev/null +++ b/doc/bugs/copy_to_webdav_sometimes_doesn__39__t_work/comment_1_77629f620b28ac62364de44b41fa539d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM" + nickname="Alexander" + subject="comment 1" + date="2013-10-27T07:00:01Z" + content=""" +thanks! +"""]] From 53b33c97c02ac43784b9c26a2737b3670ae4611d Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 27 Oct 2013 11:53:14 +0000 Subject: [PATCH 3/8] --- ...d__backup_remote:_Howto_restore__63__.mdwn | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn diff --git a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn new file mode 100644 index 0000000000..ae431622b4 --- /dev/null +++ b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn @@ -0,0 +1,34 @@ +Hi, + +I have a question about encryption keys. +Basically I do not know how to use the data which was copied in case my local +machine dies? + + +h2. I have done the following: + +1. copied my ssh public key to a remote server +1. created a directory and started git annex assistant + mkdir ~/test_annex + cd ~/test_annex + git annex webapp +1. clicked Repository->Add another local repository +1. Assistant: Where do you want to put this new repository? Me: ~/test_annex "Make Repository" +1. Assistant "Combine repositories?" Me: "Keep repositories separate" +1. clicked "Add another repository" clicked "remote server" +1. filled out "Adding a remote server using ssh" form and clicked "Check this server" +1. choose "Use an encrypted rsync repository on the server" +1. Assistant "Repository created" I select "Full backup" as repository group. + +So far so good. If I now add a file on my local machine into ~/test_annex something not human readable is created on the remote machine. + +What I do not understand is how I use this backup later. I am expecting something along the "hybrid encryption keys" scheme +explained in this wiki. However I was not able to determine which of my gpg keys was used or how the data was encrypted. + +So my question is: "How do I use the encrypted backup remote on a second machine?" + + + + + + From 77e25e2f8a01ab0102fd330c43e2b5e5789eb989 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 27 Oct 2013 12:41:29 +0000 Subject: [PATCH 4/8] --- ..._encrypted__backup_remote:_Howto_restore__63__.mdwn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn index ae431622b4..9d9c35bf52 100644 --- a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn +++ b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn @@ -8,10 +8,12 @@ machine dies? h2. I have done the following: 1. copied my ssh public key to a remote server -1. created a directory and started git annex assistant - mkdir ~/test_annex - cd ~/test_annex - git annex webapp +1. created a directory and started git annex assistant + + mkdir ~/test_annex + cd ~/test_annex + git annex webapp + 1. clicked Repository->Add another local repository 1. Assistant: Where do you want to put this new repository? Me: ~/test_annex "Make Repository" 1. Assistant "Combine repositories?" Me: "Keep repositories separate" From 1b66dec2118d3abdf98d7c759cf2af997afe25a5 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 27 Oct 2013 12:44:46 +0000 Subject: [PATCH 5/8] --- ...eated_encrypted__backup_remote:_Howto_restore__63__.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn index 9d9c35bf52..e327056d70 100644 --- a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn +++ b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn @@ -5,13 +5,15 @@ Basically I do not know how to use the data which was copied in case my local machine dies? -h2. I have done the following: - +# h2 I have done the following: +--- 1. copied my ssh public key to a remote server 1. created a directory and started git annex assistant mkdir ~/test_annex + cd ~/test_annex + git annex webapp 1. clicked Repository->Add another local repository From 9230b07425cadfb58abb22d2a63bb7bf94c13e1d Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 27 Oct 2013 12:45:22 +0000 Subject: [PATCH 6/8] --- ...t_created_encrypted__backup_remote:_Howto_restore__63__.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn index e327056d70..c18dfb6ca8 100644 --- a/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn +++ b/doc/forum/assistant_created_encrypted__backup_remote:_Howto_restore__63__.mdwn @@ -5,7 +5,7 @@ Basically I do not know how to use the data which was copied in case my local machine dies? -# h2 I have done the following: +## I have done the following: --- 1. copied my ssh public key to a remote server 1. created a directory and started git annex assistant From 8bcd53742d6787a629025f4d8cb2a9323a70dbd6 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U" Date: Sun, 27 Oct 2013 19:26:43 +0000 Subject: [PATCH 7/8] Added a comment --- .../comment_2_e6bc6d1c0eb8c469e9e00b37bbcc9b86._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/Corrupted_drive:_Assistant_seems_consider_files_deleted_and_deletes_them_elsewhere_too/comment_2_e6bc6d1c0eb8c469e9e00b37bbcc9b86._comment diff --git a/doc/bugs/Corrupted_drive:_Assistant_seems_consider_files_deleted_and_deletes_them_elsewhere_too/comment_2_e6bc6d1c0eb8c469e9e00b37bbcc9b86._comment b/doc/bugs/Corrupted_drive:_Assistant_seems_consider_files_deleted_and_deletes_them_elsewhere_too/comment_2_e6bc6d1c0eb8c469e9e00b37bbcc9b86._comment new file mode 100644 index 0000000000..18959ed682 --- /dev/null +++ b/doc/bugs/Corrupted_drive:_Assistant_seems_consider_files_deleted_and_deletes_them_elsewhere_too/comment_2_e6bc6d1c0eb8c469e9e00b37bbcc9b86._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U" + nickname="Carlo" + subject="comment 2" + date="2013-10-27T19:26:42Z" + content=""" +Thanks for looking into it and the recover instructions, will recover and post back when I'm back at work. I also have an another indirect mode repo on my home desktop as an extra backup so nothing real bad happened, but it's reassuring data's still there at work. + +"""]] From 8ba08763855538ca34d8b817c2e992b0119dd200 Mon Sep 17 00:00:00 2001 From: "http://jspk.clavid.com/" Date: Sun, 27 Oct 2013 19:29:01 +0000 Subject: [PATCH 8/8] Added a comment --- .../comment_18_bd5ac9bb2eaab66af6aa13b39172b49d._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/bugs/git_annex_doesn__39__t_work_in_Max_OS_X_10.9/comment_18_bd5ac9bb2eaab66af6aa13b39172b49d._comment diff --git a/doc/bugs/git_annex_doesn__39__t_work_in_Max_OS_X_10.9/comment_18_bd5ac9bb2eaab66af6aa13b39172b49d._comment b/doc/bugs/git_annex_doesn__39__t_work_in_Max_OS_X_10.9/comment_18_bd5ac9bb2eaab66af6aa13b39172b49d._comment new file mode 100644 index 0000000000..903a413641 --- /dev/null +++ b/doc/bugs/git_annex_doesn__39__t_work_in_Max_OS_X_10.9/comment_18_bd5ac9bb2eaab66af6aa13b39172b49d._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="http://jspk.clavid.com/" + nickname="flabbergast" + subject="comment 18" + date="2013-10-27T19:29:01Z" + content=""" +I've also just upgraded and had to compile git-annex (following @calmyournerves' instructions). I've made a dmg, so if anyone out there doesn't feel like compiling, you can get 4.20131027-g9230b07 for Mavericks temporarily [here (7z for saving bandwidth)](https://freeshell.de/~teatime/git-annex-4.20131027-g9230b07.dmg.7z). +(I've used my laptop, and I don't want to set it up for automatic building; I'll see if I can set up my work mac for that.) +"""]]