--- a/docs/html/add-directory.html Sat Aug 05 09:36:03 2017 +0200 +++ b/docs/html/add-directory.html Sat Aug 05 09:56:51 2017 +0200 @@ -67,7 +67,7 @@ <h1 id="dav-sync-add-directory">dav-sync add-directory</h1> <p>This command runs an interactive assistant that creates a <a href="./sync-configuration.html">sync-directory configuration</a> and adds it to the sync.xml file. Before running this command, a repository must be created. See <a href="./add-repository.html">dav add-repository</a>.</p> <p><strong>Command alias:</strong> add-dir</p> -<p>The assistant firstly asks for a unique sync-directory name. This may not match the physical directory name. If you are not sure, which names are already in use, you can get a list of currently present sync-directories with <a href="./list-directories.html">dav-sync list-directories</a>. Then you specifiy the local path, select the dav repository and specify the collection within that repository. You may use environment variables like <code>$HOME</code> within the path name. A call of <code>add-directory may</code> look like this.</p> +<p>The assistant firstly asks for a unique sync-directory name. This may not match the physical directory name. If you are not sure, which names are already in use, you can get a list of currently present sync-directories with <a href="./list-directories.html">dav-sync list-directories</a>. Then you specifiy the local path, select the dav repository and specify the collection within that repository. You may use environment variables like <code>$HOME</code> within the path name. A call of <code>add-directory</code> may look like this.</p> <pre><code>$ dav-sync add-directory Each sync directory must have an unique name. name: mysyncdir @@ -79,7 +79,7 @@ repository: 0 Enter collection relative to the repository base url. collection (default: /): /important_files</code></pre> -<p>Assume <code>myfirstrepo</code> points to <code>https://mynas.local/</code>. Then <code>dav-sync</code> would synchronize <code>$HOME/important_files/</code> with <code>https://mynas.local/important_files</code>.</p> +<p>Assume <code>myfirstrepo</code> points to <code>https://mynas.local/webdav</code>. Then <code>dav-sync</code> would synchronize <code>$HOME/important_files/</code> with <code>https://mynas.local/webdav/important_files</code>.</p> </div> <!-- end content --> </body>