summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkNE-H4vEcbcGndxq5daT8qUb7yIf7r1OE <ukasz@web>2014-07-06 21:18:50 +0000
committerGravatar admin <admin@branchable.com>2014-07-06 21:18:50 +0000
commite5491f6299192e301214ae103086b2a92d192d40 (patch)
tree34eec4aebf4a276de1bee98d3b9e67f24f0a6eff
parent6fa0335513088a2d1b013fffd94623438033390c (diff)
-rw-r--r--doc/forum/whereis_command_with_file_names_instead_of_hashes.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/whereis_command_with_file_names_instead_of_hashes.mdwn b/doc/forum/whereis_command_with_file_names_instead_of_hashes.mdwn
new file mode 100644
index 000000000..6b4b3bf01
--- /dev/null
+++ b/doc/forum/whereis_command_with_file_names_instead_of_hashes.mdwn
@@ -0,0 +1,7 @@
+Hi
+
+I have a laptop, server and a regular PC. Laptop and PC are using same "backup" repo on server. Thay all get notified via ssh. My goal is to have synchronization and backup in one remote repo. When I wan to list all files on all repos i do:
+
+ git-annex whereis -A (some files do fail. Don't know why)
+
+But that displays hashes. Not file names. How can to list file names on all repos instead of hashes ?