1 ---
2 title: 'dav-sync pull'
3 ---
4
5 **`dav-sync pull [-cldr] [-t <tags>] <directory>`**
6
7 Pulls all changes from the server. All new or modified files are downloaded and all files deleted on the server are deleted locally. If a file is also locally modified and conflict detection is not disabled, the local file is renamed and an entry in the conflict database is added.
8
9 When a trash directory is configured for the SyncDirectory, all files that would be deleted are instead moved to the trash directory.
10
11 When backup-on-pull is enabled for the SyncDirectory, all files that would be overwritten are also moved to the trash.
12
13 **`-c`** Disable conflict detection. This always overwrites locally modified files
14
15 **`-l`** Lock the repository before accessing it. After `pull` completed, the repository is unlocked
16
17 **`-d`** Don't lock the repository (default)
18
19 **`-t <tags>`** Only sync files that match the tag filter expression
20
21 **`-r`** Delete files not matching the tag filter
22
23