summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://thkoch2001.myopenid.com/ <thkoch@web>2013-08-13 15:58:00 +0000
committerGravatar admin <admin@branchable.com>2013-08-13 15:58:00 +0000
commita6b2feba10e9600ccf4142ff3d4d4ecb63480dac (patch)
treef00d48882309d0e07a678f37d3a60b3de20c77e1
parente15602f93bec38c9ccb9e530272aa501d6ba7d99 (diff)
-rw-r--r--doc/todo/sync_my_local_git-annex_from_a_dump_remote.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/sync_my_local_git-annex_from_a_dump_remote.mdwn b/doc/todo/sync_my_local_git-annex_from_a_dump_remote.mdwn
new file mode 100644
index 000000000..524782bc7
--- /dev/null
+++ b/doc/todo/sync_my_local_git-annex_from_a_dump_remote.mdwn
@@ -0,0 +1,6 @@
+As discussed on debconf, I have the following use case:
+
+* I have a dump remote, a folder on my webserver where files are uploaded through the web app. I don't have git on the webserver, just a plain folder.
+* I have git-annex repo on a development server. The development server polls the webserver (ssh/ftp) once in an hour and synchronizes the state of the local git-annex repo with the state found on the webserver and commits that.
+* This is not meant to be backup facility. I just want to be able to have a state on my development machine that is very likely to the state on the webserver.
+