docs/src/push.md

Sun, 15 Dec 2019 16:22:08 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 15 Dec 2019 16:22:08 +0100
changeset 702
444aa8fe133f
parent 409
90a6d6952d83
permissions
-rw-r--r--

finish documentation of new dav-sync commands and options

---
title: 'dav-sync push'
---

**`dav-sync push [-cldrSRM] [-t <tags>] <directory>`**

Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.

If conflict detection is not disabled, all files that are also modified on the server will be skipped.

**`-c`** Disable conflict detection. This always overwrites files on the server

**`-l`** Lock the repository before accessing it. After `push` completed, the repository is unlocked

**`-d`** Don't lock the repository (default)

**`-t <tags>`** Only sync files that match the tag filter expression

**`-r`** Remove resources not matching the tag filter

**`-S`** Save the previous file version, before replacing it

**`-R`** Upload files, that were deleted on the server since last sync, but still locally available

**`-M`** Upload files, that were modified on the server since last sync

mercurial