docs/src/add-tag.md

Sun, 17 Dec 2023 15:03:01 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 17 Dec 2023 15:03:01 +0100
changeset 798
d7f5067a27ce
parent 409
90a6d6952d83
permissions
-rw-r--r--

remove list_repositories() config.c function in favor of a cmd_list_repositories() function in main.c

---
title: 'dav-sync add-tag'
---

**`dav-sync add-tag [-s <syncdir>] <file> <tag>`**

Adds a tag to a SyncDirectory file. The *file* argument must be a normal file path. If multiple SyncDirectories contain this file, the SyncDirectory must be specified with the **`-s`** option.

Tags must be enabled for the SyncDirectory. See [Configuration][1] for details.

**`-s <syncdir>`** SyncDirectory for this file

[1]: ./sync-configuration.html

mercurial