summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://hendry.iki.fi/ <Kai_Hendry@web>2015-04-19 13:24:51 +0000
committerGravatar admin <admin@branchable.com>2015-04-19 13:24:51 +0000
commita5884bfe906df8743f68c965741ca3c3bcf09b2c (patch)
treeb17f78f92c7da474e491c5b766a1a5be99d5a56e
parentbf1bf600fc94f6b95d5723473b148b35ab32073d (diff)
Added a comment: git annex unused doesn't help
-rw-r--r--doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_2_984286a35ec828f1e8dda928ea577571._comment35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_2_984286a35ec828f1e8dda928ea577571._comment b/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_2_984286a35ec828f1e8dda928ea577571._comment
new file mode 100644
index 000000000..15a48bfe4
--- /dev/null
+++ b/doc/forum/How_to_find_deleted_files_that_I_know_have_been_backed_up__63__/comment_2_984286a35ec828f1e8dda928ea577571._comment
@@ -0,0 +1,35 @@
+[[!comment format=mdwn
+ username="http://hendry.iki.fi/"
+ nickname="Kai Hendry"
+ subject="git annex unused doesn't help"
+ date="2015-04-19T13:24:50Z"
+ content="""
+This is a git-annex question. I want to find files that are not in my working tree but are on the backups on my two USB hard drives.
+
+
+I see in this commit the images that I deleted: <https://github.com/kaihendry/uploadme/commit/c53dbdd9bd7879d68635a2adc81a7bc59a84c5ea>
+
+How can I simply just get a listing of where the copies are?
+
+For example I deleted IMG_4110.JPG.
+
+But when I run:
+
+ X1C3:~/media/uploadme$ git-annex whereis IMG_4110.JPG
+ git-annex: IMG_4110.JPG not found
+
+I am pretty confident I have a copy of this on my external USB drives.
+
+Also tried another file:
+
+ X1C3:~/media/uploadme$ git-annex whereis IMG_4558.JPG
+ git-annex: IMG_4558.JPG not found
+ X1C3:~/media/uploadme$ git-annex whereis 2014-10-05/IMG_4558.JPG
+ git-annex: 2014-10-05/IMG_4558.JPG not found
+
+So I am still in the dark how to see how git-annex tracks deleted files across my remotes.
+
+
+
+
+"""]]