1 ---
2 title: 'Commands'
3 ---
4
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].
6
7 [1]: ./sync-configuration.html
8
9 Common Commands
10 ---------------
11
12 Get resources from the server, which are modified since last sync:
13
14 dav-sync pull <directory>
15
16 Upload all locally modified resources:
17
18 dav-sync push <directory>
19
20
21