diff -r def0359fb48f -r daea53362170 docs/src/dav-sync.1.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/src/dav-sync.1.md Thu Jun 28 20:11:53 2018 +0200 @@ -0,0 +1,67 @@ +% DAV-SYNC(1) dav-sync 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* + + +# OPTIONS + +-c +: Disable conflict detection. + +-l +: Lock the repository before access. + +-d +: Don't lock the repository. + +-t *tags* +: Only sync files which have the specified tags. + +-r +: Remove ressources not matching the tag filter. + +-v +: Verbose output (all commands). + +# SEE ALSO + +`dav` (1). + +DavUtils full documentation: . +