From 8ec373c1a9996a87161f230bf2d9252fb40977d5 Mon Sep 17 00:00:00 2001 From: Alexcei Date: Mon, 26 Aug 2013 06:03:46 +0000 Subject: [PATCH] --- doc/forum/Assistant:_configure_auto-sync.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Assistant:_configure_auto-sync.mdwn diff --git a/doc/forum/Assistant:_configure_auto-sync.mdwn b/doc/forum/Assistant:_configure_auto-sync.mdwn new file mode 100644 index 0000000000..52577415c0 --- /dev/null +++ b/doc/forum/Assistant:_configure_auto-sync.mdwn @@ -0,0 +1,11 @@ +I have large central repositories of data. Therefore, on each client I want to save part data(to save space of disk). In command line + + [...] + git-annex webapp + git-annex drop [DeleteContentDirectory] + [...] + +After this command Assistant performs automatic synchronization getting content of files from this directory(DeleteContentDirectory), but I don't want. I want it's was only symlink of file in this directory. + +How can I configure Assistant which files have to get content on the client? It's possible? +