diff -r def0359fb48f -r daea53362170 docs/man/dav-sync.1.man --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/man/dav-sync.1.man Thu Jun 28 20:11:53 2018 +0200 @@ -0,0 +1,74 @@ +.\" Automatically generated by Pandoc 1.16.0.2 +.\" +.TH "DAV\-SYNC" "1" "July 1, 2018" "dav\-sync User Manuals" "" +.hy +.SH NAME +.PP +dav\-sync \- synchronize a local directory with a WebDAV collection. +.SH SYNOPSIS +.PP +dav\-sync \f[I]command\f[] [\f[I]options\f[]] \f[I]arguments\f[]... +.SH DESCRIPTION +.PP +TODO +.SH COMMANDS +.PP +pull [\f[I]\-cldr\f[]] [\f[I]\-t tags\f[]] \f[I]directory\f[] +.PP +push [\f[I]\-cldr\f[]] [\f[I]\-t tags\f[]] \f[I]directory\f[] +.PP +archive [\f[I]\-cld\f[]] [\f[I]\-t tags\f[]] \f[I]directory\f[] +.PP +resolve\-conflicts \f[I]directory\f[] +.PP +delete\-conflicts \f[I]directory\f[] +.PP +trash\-info \f[I]directory\f[] +.PP +empty\-trash \f[I]directory\f[] +.PP +add\-tag [\f[I]\-s syncdir\f[]] \f[I]file\f[] \f[I]tag\f[] +.PP +remove\-tag [\f[I]\-s syncdir\f[]] \f[I]file\f[] \f[I]tag\f[] +.PP +set\-tags [\f[I]\-s syncdir\f[]] \f[I]file\f[] \f[I]tags\f[] +.PP +list\-tags [\f[I]\-s syncdir\f[]] \f[I]file\f[] +.SH OPTIONS +.TP +.B \-c +Disable conflict detection. +.RS +.RE +.TP +.B \-l +Lock the repository before access. +.RS +.RE +.TP +.B \-d +Don\[aq]t lock the repository. +.RS +.RE +.TP +.B \-t \f[I]tags\f[] +Only sync files which have the specified tags. +.RS +.RE +.TP +.B \-r +Remove ressources not matching the tag filter. +.RS +.RE +.TP +.B \-v +Verbose output (all commands). +.RS +.RE +.SH SEE ALSO +.PP +\f[C]dav\f[] (1). +.PP +DavUtils full documentation: . +.SH AUTHORS +Olaf Wintermann.