docs/src/archive.md

changeset 320
12ed560c926c
child 409
90a6d6952d83
equal deleted inserted replaced
319:2433b5969d44 320:12ed560c926c
1 ---
2 title: 'dav-sync archive'
3 ---
4
5 **`dav-sync archive [-cld] <directory>`**
6
7 Uploads all new and modified files to the server. The command is similar to the push command, however it does not delete files on the server.
8
9 If conflict detection is not disabled, all files that are also modified on the server will be skipped.
10
11 **`-c`** Disable conflict detection. This always overwrites files on the server
12
13 **`-l`** Lock the repository before accessing it. After `archive` completed, the repository is unlocked
14
15 **`-d`** Don't lock the repository (default)
16

mercurial