docs/src/dav-sync.1.md

Sun, 01 Jul 2018 16:13:17 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 01 Jul 2018 16:13:17 +0200
changeset 438
329d57cddae8
parent 436
daea53362170
child 439
e85c93b59d1c
permissions
-rw-r--r--

improves formatting of man pages

% DAV-SYNC(1) Version 1.2 | DavUtils User Manuals
% Olaf Wintermann
% July 1, 2018

# NAME

**dav-sync** - synchronize a local directory with a WebDAV collection.

# SYNOPSIS

**dav-sync** *command* [*options*] *arguments*...

# DESCRIPTION

TODO

# COMMANDS

pull [**-cldr**] [**-t** *tags*] *directory*

push [**-cldr**] [**-t** *tags*] *directory*

archive [**-cld**] [**-t** *tags*] *directory*

resolve-conflicts *directory*

delete-conflicts *directory*

trash-info *directory*

empty-trash *directory*

add-tag [**-s** *syncdir*] *file* *tag*

remove-tag [**-s** *syncdir*] *file* *tag*

set-tags [**-s** *syncdir*] *file* *tags*

list-tags [**-s** *syncdir*] *file*

# GENERAL OPTIONS

The following options can be used with all commands.

**-v**
:   Verbose output.

# COMMAND OPTIONS

**-c**
:   Disable conflict detection.

**-d**
:   Don't lock the repository.

**-l**
:   Lock the repository before access.

**-t** *tags*
:   Only sync files which have the specified tags.

**-r**
:   Remove ressources not matching the tag filter.

# SEE ALSO

`dav` (1).

DavUtils full documentation: <https://davutils.sourceforge.io/>.

mercurial