diff options
| author | Steph Enders <steph@senders.io> | 2025-12-13 12:20:22 -0500 |
|---|---|---|
| committer | Steph Enders <steph@senders.io> | 2025-12-13 12:20:22 -0500 |
| commit | 265ef114cba60a814b543ee7e0fb37f518f62f64 (patch) | |
| tree | 547335cac913fd887aee26a47d4efe06394585e3 /docs/ssync.1 | |
| parent | 0f27a01063eb0d08445a82ba5a9380b3c490ffd8 (diff) | |
Add license and move documentation to its own folder
Diffstat (limited to 'docs/ssync.1')
| -rw-r--r-- | docs/ssync.1 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/ssync.1 b/docs/ssync.1 new file mode 100644 index 0000000..c6571c8 --- /dev/null +++ b/docs/ssync.1 @@ -0,0 +1,32 @@ +.TH ssync 1 "December 2025" "2.0.0" +.SH NAME +ssync +.SH SYNOPSIS +.B ssync +.RB [OPTION]... +.IR CONFIG_FILE +.YS +.SH DESCRIPTION +.B ssync +\- simple suite of syncing scripts +.SH OPTIONS +.TP +.BI \-b " backend" +Fetching backend: sftp (default) / rsync +.TP +.BR \-v " verbose logging" +.TP +.BR \-h " print this message" +.SH SEE ALSO +.MR ssync 5 +.MR ssync-index 1 +.MR ssync-queue 1 +.MR ssync-fetch 1 +.SH REPOSITORY +.UR https://git.senders.io/utils/ssync.git +.UE +.SH AUTHORS +Steph Enders +.MT steph@senders.io +.ME +ssync is open source licensed under the ISC license. See LICENSE.txt for full copyright information. |