From 6a1bf68350113d81681dd9e5955bba3c0a4dbe37 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/e1w.8yMTnpUh.5fOXneP92pTdy23XJPwx84uLSM-#aca7c" Date: Mon, 11 May 2015 21:13:19 +0000 Subject: [PATCH 1/4] Added a comment: re: backup my data to blue ray disks --- .../comment_2_d79387905af9f8dce77f9aa85f2d6a03._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/How_do_I_backup_my_data_to_blue_ray_disks__63__/comment_2_d79387905af9f8dce77f9aa85f2d6a03._comment diff --git a/doc/forum/How_do_I_backup_my_data_to_blue_ray_disks__63__/comment_2_d79387905af9f8dce77f9aa85f2d6a03._comment b/doc/forum/How_do_I_backup_my_data_to_blue_ray_disks__63__/comment_2_d79387905af9f8dce77f9aa85f2d6a03._comment new file mode 100644 index 0000000000..4d7caf7496 --- /dev/null +++ b/doc/forum/How_do_I_backup_my_data_to_blue_ray_disks__63__/comment_2_d79387905af9f8dce77f9aa85f2d6a03._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/e1w.8yMTnpUh.5fOXneP92pTdy23XJPwx84uLSM-#aca7c" + nickname="Michael" + subject="re: backup my data to blue ray disks" + date="2015-05-11T21:13:19Z" + content=""" +Thank you for your response. The disks are BD-R, so they are not rewritable. My experience in the past with rewritable disks has been that they work about as well as the average TV infomercial product. Do you have any opinions or suggestions on using par2 files on the disks? +"""]] From 581beaae1ccd003312eab7a4f7957063ffc68bb1 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4" Date: Tue, 12 May 2015 06:52:05 +0000 Subject: [PATCH 2/4] Added a comment --- ...nt_2_41d47f0ca2e05e3296face5f89b819da._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/Using_a_glacier_remote_as_a_backup/comment_2_41d47f0ca2e05e3296face5f89b819da._comment diff --git a/doc/forum/Using_a_glacier_remote_as_a_backup/comment_2_41d47f0ca2e05e3296face5f89b819da._comment b/doc/forum/Using_a_glacier_remote_as_a_backup/comment_2_41d47f0ca2e05e3296face5f89b819da._comment new file mode 100644 index 0000000000..66b08b2fee --- /dev/null +++ b/doc/forum/Using_a_glacier_remote_as_a_backup/comment_2_41d47f0ca2e05e3296face5f89b819da._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnwNDA50ZupMvOgpgDqzDRyu5B-mYlVwa4" + nickname="Andreas" + subject="comment 2" + date="2015-05-12T06:52:04Z" + content=""" +Actually, I just removed all annexed files to try out disaster recovery. I stumbled across the `undo` command. Unfortunately, it does not seem available on Ubuntu running version 5.20141125 shipped by vivid (`git-annex: Unknown command 'undo'`). + +Am I missing something, or how do I get a version supporting `undo`? + +thanks +Andreas + + +"""]] From b371a12641480658e2eac9a9747c61ebd6575dd8 Mon Sep 17 00:00:00 2001 From: "https://sunny256.wordpress.com/" Date: Tue, 12 May 2015 13:04:18 +0000 Subject: [PATCH 3/4] Added a comment: Create symlink in the root directory --- ..._67ed823c4c40f5acf12b48eb75d7afa8._comment | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/forum/Multiple_repos_on_same_path/comment_1_67ed823c4c40f5acf12b48eb75d7afa8._comment diff --git a/doc/forum/Multiple_repos_on_same_path/comment_1_67ed823c4c40f5acf12b48eb75d7afa8._comment b/doc/forum/Multiple_repos_on_same_path/comment_1_67ed823c4c40f5acf12b48eb75d7afa8._comment new file mode 100644 index 0000000000..5ab93d9ed5 --- /dev/null +++ b/doc/forum/Multiple_repos_on_same_path/comment_1_67ed823c4c40f5acf12b48eb75d7afa8._comment @@ -0,0 +1,32 @@ +[[!comment format=mdwn + username="https://sunny256.wordpress.com/" + nickname="sunny256" + subject="Create symlink in the root directory" + date="2015-05-12T13:04:18Z" + content=""" +My way of dealing with this is to create a symlink in the root directory that point to the root directory, like + +[[!format sh \"\"\" +$ cd / +$ sudo ln -sv . compname +[sudo] password for sunny: hunter2 +'compname' -> '.' +$ ls -l compname +lrwxrwxrwx 1 root root 1 May 12 14:52 compname -> . +$ +\"\"\"]] + +where `compname` is the hostname for the computer. Now you can create paths like + +[[!format sh \"\"\" +git remote add comp-a /comp-a/home/my_user/data/repo +git remote add comp-b /comp-b/home/my_user/data/repo +\"\"\"]] + +This is also useful in other scripts where fetching data from the right directory on the wrong computer is bad. Also, this is a cheap way for a script to determine which computer it's running on: + +[[!format sh \"\"\" +test -L \"/comp-a\" && echo Running on computer comp-a +\"\"\"]] + +"""]] From e4b137378f8c2a8eb7919d392442c78d4e479932 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/StKYI.ZuofVB3xNCCzjJo.V7Fg--#11600" Date: Tue, 12 May 2015 15:31:56 +0000 Subject: [PATCH 4/4] --- doc/forum/Symlink_points_to_old_version.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Symlink_points_to_old_version.mdwn diff --git a/doc/forum/Symlink_points_to_old_version.mdwn b/doc/forum/Symlink_points_to_old_version.mdwn new file mode 100644 index 0000000000..257a7d5aa3 --- /dev/null +++ b/doc/forum/Symlink_points_to_old_version.mdwn @@ -0,0 +1,13 @@ +Hello everyone, + +I have some PDF documents in a git annex repository. I appended a page to (several) of these PDF documents the following way: + +- `git annex edit file.pdf` +- Append page to file.pdf +- `git annex add file.pdf` +- `git commit` + +If I now look at file.pdf it will not have the appended page. But if do `git annex edit file.pdf` again I will get the version with the appended page. `git annex add file.pdf` and the page "disappears" again. Anyone got any tips on how to solve this "mystery"? + +All the best, +Per