summaryrefslogtreecommitdiff
path: root/doc/tips/publishing_your_files_to_the_public
diff options
context:
space:
mode:
authorGravatar BojanNikolic <BojanNikolic@web>2015-02-27 09:55:16 +0000
committerGravatar admin <admin@branchable.com>2015-02-27 09:55:16 +0000
commitc4e44426c9ee02275cbd075085526e8e334b16c5 (patch)
tree6f9fdbf071b13371eb3dd9ed09bc0c2a33e65ab9 /doc/tips/publishing_your_files_to_the_public
parent8af9bd6f0fd3e82b6d2b89a56d7d5ccaa8ce7fec (diff)
Added a comment
Diffstat (limited to 'doc/tips/publishing_your_files_to_the_public')
-rw-r--r--doc/tips/publishing_your_files_to_the_public/comment_4_37405f20da790141187e9f780c999448._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tips/publishing_your_files_to_the_public/comment_4_37405f20da790141187e9f780c999448._comment b/doc/tips/publishing_your_files_to_the_public/comment_4_37405f20da790141187e9f780c999448._comment
new file mode 100644
index 000000000..2855c3fdd
--- /dev/null
+++ b/doc/tips/publishing_your_files_to_the_public/comment_4_37405f20da790141187e9f780c999448._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="BojanNikolic"
+ subject="comment 4"
+ date="2015-02-27T09:55:15Z"
+ content="""
+Many thanks. The command line I ended up using is:
+
+ fname=\"2015/01/04/myfile.pdf\" ; git annex copy --to pubweb $fname; key=`git annex lookupkey \"$fname\"`; git annex examinekey $key --format 'https://www.myweb.com/d/${hashdirlower}${key}/${key}\n'
+
+to publish selected documents in my git-annex repository onto the web via a rsync special remote on a conventional http server.
+"""]]