docs/src/dav-sync.1.md

changeset 436
daea53362170
child 438
329d57cddae8
equal deleted inserted replaced
435:def0359fb48f 436:daea53362170
1 % DAV-SYNC(1) dav-sync User Manuals
2 % Olaf Wintermann
3 % July 1, 2018
4
5 # NAME
6
7 dav-sync - synchronize a local directory with a WebDAV collection.
8
9 # SYNOPSIS
10
11 dav-sync *command* [*options*] *arguments*...
12
13 # DESCRIPTION
14
15 TODO
16
17 # COMMANDS
18
19 pull [*-cldr*] [*-t tags*] *directory*
20
21 push [*-cldr*] [*-t tags*] *directory*
22
23 archive [*-cld*] [*-t tags*] *directory*
24
25 resolve-conflicts *directory*
26
27 delete-conflicts *directory*
28
29 trash-info *directory*
30
31 empty-trash *directory*
32
33 add-tag [*-s syncdir*] *file* *tag*
34
35 remove-tag [*-s syncdir*] *file* *tag*
36
37 set-tags [*-s syncdir*] *file* *tags*
38
39 list-tags [*-s syncdir*] *file*
40
41
42 # OPTIONS
43
44 -c
45 : Disable conflict detection.
46
47 -l
48 : Lock the repository before access.
49
50 -d
51 : Don't lock the repository.
52
53 -t *tags*
54 : Only sync files which have the specified tags.
55
56 -r
57 : Remove ressources not matching the tag filter.
58
59 -v
60 : Verbose output (all commands).
61
62 # SEE ALSO
63
64 `dav` (1).
65
66 DavUtils full documentation: <https://davutils.sourceforge.io/>.
67

mercurial