Skip to content

Commit

Permalink
update man
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed May 17, 2023
1 parent 9da9878 commit feba02a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spot.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "SPOT" 1 1.2.0 spot manual
.TH "SPOT" 1 v1.3.0 spot manual
.\" Automatically generated by Pandoc 3.1.2
.\"
.\" Define V font for inline verbatim, using C font in formats
Expand Down Expand Up @@ -501,7 +501,11 @@ host(s).
Optionally supports deleting files on the remote host(s) that don\[aq]t
exist locally.
Example:
\f[V]sync: {\[dq]src\[dq]: \[dq]testdata\[dq], \[dq]dst\[dq]: \[dq]/tmp/things\[dq], \[dq]delete\[dq]: true}\f[R]
\f[V]sync: {\[dq]src\[dq]: \[dq]testdata\[dq], \[dq]dst\[dq]: \[dq]/tmp/things\[dq], \[dq]delete\[dq]: true}\f[R].
Another option is \f[V]exclude\f[R] which allows to specify a list of
files to exclude from the sync.
Example:
\f[V]sync: {\[dq]src\[dq]: \[dq]testdata\[dq], \[dq]dst\[dq]: \[dq]/tmp/things\[dq], \[dq]exclude\[dq]: [\[dq]*.txt\[dq], \[dq]*.yml\[dq]]}\f[R]
.IP \[bu] 2
\f[V]delete\f[R]: deletes a file or directory on the remote host(s),
optionally can remove recursively.
Expand Down

0 comments on commit feba02a

Please sign in to comment.