aboutsummaryrefslogtreecommitdiffstats
path: root/ck.1
diff options
context:
space:
mode:
Diffstat (limited to 'ck.1')
-rw-r--r--ck.134
1 files changed, 34 insertions, 0 deletions
diff --git a/ck.1 b/ck.1
index 9944b3f..020242d 100644
--- a/ck.1
+++ b/ck.1
@@ -91,6 +91,10 @@ ck \- manage configuration across the system
.SY ck
.BI help \ action
.YS
+\" Export
+.SY ck
+.B export
+.YS
.SH DESCRIPTION
.B ck
manages configuration files in a Linux system. To that end it provides an
@@ -774,6 +778,36 @@ $ ck help add
$ ck h d
$ ck --help ls
.EE
+.SS "EXPORT CONFIGS"
+.B ck
+can export the config files it tracks as well as the
+.I ckrc
+and
+.I ckdb
+files into a tar.gz archive. The file is named ck.tar.gz
+.TP 2
+.B USAGE
+.ns
+.RS 2
+.SY ck
+.B export
+.YS
+.RE
+.TP 2
+.B ALIASES
+.BR export , \ \-\-export , \ \-ex
+.TP 2
+.B ARGUMENTS
+.ns
+.RS 2
+.TP 21
+None.
+.RE
+.TP 2
+.B EXAMPLES
+.EX
+$ ck export
+.EE
.SH EXIT STATUS
.B ck
shall return 0 if the action was completed without an error, -1 otherwise