docs/src/sync-commands.md

changeset 273
c743721d566f
child 283
0e36bb75a732
equal deleted inserted replaced
272:b321a3be0a38 273:c743721d566f
1 Commands
2 ========
3
4 All commands expect a `<directory>` argument, which is the identifer of a local directory that should be synchronized. The directory must be configured in sync.xml. See [Configuration][1].
5
6 [1]: ./sync-configuration.html
7
8 Common Commands
9 ---------------
10
11 Get resources from the server, which are modified since last sync:
12
13 dav pull <directory>
14
15 Upload all locally modified resources:
16
17 dav push <directory>
18
19

mercurial