docs/src/sync-commands.md

changeset 283
0e36bb75a732
parent 273
c743721d566f
equal deleted inserted replaced
282:3070d72f54af 283:0e36bb75a732
1 Commands 1 ---
2 ======== 2 title: 'Commands'
3 ---
3 4
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 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
6 [1]: ./sync-configuration.html 7 [1]: ./sync-configuration.html
7 8
8 Common Commands 9 Common Commands
9 --------------- 10 ---------------
10 11
11 Get resources from the server, which are modified since last sync: 12 Get resources from the server, which are modified since last sync:
12 13
13 dav pull <directory> 14 dav-sync pull <directory>
14 15
15 Upload all locally modified resources: 16 Upload all locally modified resources:
16 17
17 dav push <directory> 18 dav-sync push <directory>
18 19
19 20

mercurial