docs/src/sync-commands.md

Sun, 27 May 2018 11:47:49 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 27 May 2018 11:47:49 +0200
changeset 376
222997d48ae1
parent 283
0e36bb75a732
permissions
-rw-r--r--

moving tar option from get/put to new export/import commands

dav export creates an archive from a collection
dav import uploads the content of an archive to a collection

---
title: 'Commands'
---

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].

[1]: ./sync-configuration.html

Common Commands
---------------

Get resources from the server, which are modified since last sync:

	dav-sync pull <directory>

Upload all locally modified resources:

	dav-sync push <directory>

mercurial