From 265ef114cba60a814b543ee7e0fb37f518f62f64 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sat, 13 Dec 2025 12:20:22 -0500 Subject: Add license and move documentation to its own folder --- docs/ssync.1 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/ssync.1 (limited to 'docs/ssync.1') 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. -- cgit v1.2.3-54-g00ecf