2 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> |
3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 <meta http-equiv="Content-Style-Type" content="text/css" /> |
5 <meta http-equiv="Content-Style-Type" content="text/css" /> |
6 <meta name="generator" content="pandoc" /> |
6 <meta name="generator" content="pandoc" /> |
7 <title></title> |
7 <title>Commands</title> |
8 <style type="text/css">code{white-space: pre;}</style> |
8 <style type="text/css">code{white-space: pre;}</style> |
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> |
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> |
10 </head> |
10 </head> |
11 <body> |
11 <body> |
12 <div class="header"> |
12 <div class="header"> |
62 </div> |
62 </div> |
63 </div> |
63 </div> |
64 |
64 |
65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <h1 id="commands">Commands</h1> |
67 <div id="header"> |
|
68 <h1 class="title">Commands</h1> |
|
69 </div> |
68 <p>All commands expect a <code><directory></code> argument, which is the identifer of a local directory that should be synchronized. The directory must be configured in sync.xml. See <a href="./sync-configuration.html">Configuration</a>.</p> |
70 <p>All commands expect a <code><directory></code> argument, which is the identifer of a local directory that should be synchronized. The directory must be configured in sync.xml. See <a href="./sync-configuration.html">Configuration</a>.</p> |
69 <h2 id="common-commands">Common Commands</h2> |
71 <h2 id="common-commands">Common Commands</h2> |
70 <p>Get resources from the server, which are modified since last sync:</p> |
72 <p>Get resources from the server, which are modified since last sync:</p> |
71 <pre><code>dav pull <directory></code></pre> |
73 <pre><code>dav-sync pull <directory></code></pre> |
72 <p>Upload all locally modified resources:</p> |
74 <p>Upload all locally modified resources:</p> |
73 <pre><code>dav push <directory></code></pre> |
75 <pre><code>dav-sync push <directory></code></pre> |
74 </div> |
76 </div> |
75 <!-- end content --> |
77 <!-- end content --> |
76 </body> |
78 </body> |
77 </html> |
79 </html> |